#EAF23F

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

Shades of Starship #EAF23F

Tints of Starship #EAF23F

Color information

#EAF23F (or 0xEAF23F) is unknown color: approx Starship. HEX triplet: EA, F2 and 3F. RGB value is (234,242,63). Sum of RGB (Red+Green+Blue) = 234+242+63=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 242 (94.92% from 255 or 44.90% from 539); Blue value is 63 (25% from 255 or 11.69% from 539); Max value from RGB is 242 - color contains mainly: green. Hex color #EAF23F is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF23F is #150DC0. Grayscale: #DBDBDB. Windows color (decimal): -1379777 or 4190954. OLE color: 4190954.

HSL color Cylindrical-coordinate representation of color #EAF23F: hue angle of 62.68º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EAF23F is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB23424263-
CMYK0.0300.740.05
HSL62.68º87.32%59.8%-
HSV(B)62.68º73.97%94.9%-
XYZ66.5881.3616.9-
YUV219.239.85138.55-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 43.41%
GREEN value IS 242 (94.92% from 255) = 44.90%
BLUE value IS 63 (25% from 255) = 11.69%
R=43.41%
G=44.90%
B=11.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal234242630.0300.740.0562.6887.3259.8
HexEAF23F304A53f573c
Octal352362773011257712774
Binary111010101111001011111111010010101011111111010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF23F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF23F; }

 p { color: rgb(234,242,63); }

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

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

 a { background-color: rgb(234,242,63); }

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

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

 span { border-color: rgb(234,242,63); }

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