#EAFB3E

Color #EAFB3E Starship (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Starship #EAFB3E

Tints of Starship #EAFB3E

Color information

#EAFB3E (or 0xEAFB3E) is unknown color: approx Starship. HEX triplet: EA, FB and 3E. RGB value is (234,251,62). Sum of RGB (Red+Green+Blue) = 234+251+62=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 251 (98.44% from 255 or 45.89% from 547); Blue value is 62 (24.61% from 255 or 11.33% from 547); Max value from RGB is 251 - color contains mainly: green. Hex color #EAFB3E is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFB3E is #1504C1. Grayscale: #E1E1E1. Windows color (decimal): -1377474 or 4127722. OLE color: 4127722.

HSL color Cylindrical-coordinate representation of color #EAFB3E: hue angle of 65.4º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EAFB3E is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB23425162-
CMYK0.0700.750.02
HSL65.4º95.94%61.37%-
HSV(B)65.4º75.3%98.43%-
XYZ69.386.8317.67-
YUV224.3736.37134.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 234 (91.80% from 255) = 42.78%
GREEN value IS 251 (98.44% from 255) = 45.89%
BLUE value IS 62 (24.61% from 255) = 11.33%
R=42.78%
G=45.89%
B=11.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal234251620.0700.750.0265.495.9461.37
HexEAFB3E704B241603d
Octal3523737670113210114075
Binary1110101011111011111110111010010111010000011100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFB3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFB3E; }

 p { color: rgb(234,251,62); }

 H1.HeaderClassName
 {
   color: #EAFB3E;
 }
 .AnyTagClassName
 {
   color: #EAFB3E;
 }
</style>
background-color css

<style>
 a { background-color: #EAFB3E; }

 a { background-color: rgb(234,251,62); }

 div.DivClassName
 {
   background-color: #EAFB3E;
 }
 .BgClassName
 {
   background-color: #EAFB3E;
 }
</style>
border-color css

<style>
 span { border-color: #EAFB3E; }

 span { border-color: rgb(234,251,62); }

 td.TdClassName
 {
   border-color: #EAFB3E;
 }
 .TagClassName
 {
   border-color: #EAFB3E;
 }
</style>