#EAFE42

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

Shades of Paris Daisy #EAFE42

Tints of Paris Daisy #EAFE42

Color information

#EAFE42 (or 0xEAFE42) is unknown color: approx Paris Daisy. HEX triplet: EA, FE and 42. RGB value is (234,254,66). Sum of RGB (Red+Green+Blue) = 234+254+66=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 254 (99.61% from 255 or 45.85% from 554); Blue value is 66 (26.17% from 255 or 11.91% from 554); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFE42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFE42 is #1501BD. Grayscale: #E3E3E3. Windows color (decimal): -1376702 or 4390634. OLE color: 4390634.

HSL color Cylindrical-coordinate representation of color #EAFE42: hue angle of 66.38º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EAFE42 is Cyan = 0.08, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.

Color convert

RGB23425466-
CMYK0.0800.740.00
HSL66.38º98.95%62.75%-
HSV(B)66.38º74.02%99.61%-
XYZ70.3688.7718.58-
YUV226.5937.37133.29-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 42.24%
GREEN value IS 254 (99.61% from 255) = 45.85%
BLUE value IS 66 (26.17% from 255) = 11.91%
R=42.24%
G=45.85%
B=11.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal234254660.0800.740.0066.3898.9562.75
HexEAFE42804A042633f
Octal352376102100112010214377
Binary11101010111111101000010100001001010010000101100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFE42; }

 p { color: rgb(234,254,66); }

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

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

 a { background-color: rgb(234,254,66); }

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

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

 span { border-color: rgb(234,254,66); }

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