Html Css Color HEX #EAFE42 Paris Daisy

📋 copy color: '#EAFE42'

red 234 ◦ green 254 ◦ blue 66

#EAFE42
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris Daisy #EAFE42

Tints of Paris Daisy #EAFE42

RGB

 RED value IS 234 (91.8% 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 value IS 0.08

 M value IS 0

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#EAFE42 (or 0xEAFE42) is known color: 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

RGB 234 254 66 -
CMYK 0.08 0 0.74 0.00
HSL 66.38º 0.99% 0.63% -
HSV(B) 66.38º 0.74% 1% -
XYZ 70.36 88.77 18.58 -
YUV 226.59 37.37 133.29 -
System Red Green Blue C M Y K H S L
Decimal 234 254 66 0.08 0 0.74 0.00 66.38 0.99 0.63
Hex EA FE 42 8 0 4A 0 42 63 3F
Octal 352 376 102 10 0 112 0 102 143 77
Binary 11101010 11111110 1000010 1000 0 1001010 0 1000010 1100011 111111

Color Harmonies of #EAFE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFE42

Black with #EAFE42

Text Example


Text Example

White with #EAFE42

Text Example


Text Example

HTML Codes & Css Web 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>