Html Css Color HEX #EAF54C Paris Daisy

📋 copy color: '#EAF54C'

red 234 ◦ green 245 ◦ blue 76

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

Shades of Paris Daisy #EAF54C

Tints of Paris Daisy #EAF54C

RGB

 RED value IS 234 (91.8% from 255) = 42.16%

 GREEN value IS 245 (96.09% from 255) = 44.14%

 BLUE value IS 76 (30.08% from 255) = 13.69%

R = 42.16%
G = 44.14%
B = 13.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#EAF54C (or 0xEAF54C) is known color: Paris Daisy. HEX triplet: EA, F5 and 4C. RGB value is (234,245,76). Sum of RGB (Red+Green+Blue) = 234+245+76=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 245 (96.09% from 255 or 44.14% from 555); Blue value is 76 (30.08% from 255 or 13.69% from 555); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF54C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF54C is #150AB3. Grayscale: #DFDFDF. Windows color (decimal): -1378996 or 5043690. OLE color: 5043690.

HSL color Cylindrical-coordinate representation of color #EAF54C: hue angle of 63.91º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EAF54C is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB 234 245 76 -
CMYK 0.04 0 0.69 0.04
HSL 63.91º 0.89% 0.63% -
HSV(B) 63.91º 0.69% 0.96% -
XYZ 67.89 83.32 19.34 -
YUV 222.45 45.36 136.24 -
System Red Green Blue C M Y K H S L
Decimal 234 245 76 0.04 0 0.69 0.04 63.91 0.89 0.63
Hex EA F5 4C 4 0 45 4 40 59 3F
Octal 352 365 114 4 0 105 4 100 131 77
Binary 11101010 11110101 1001100 100 0 1000101 100 1000000 1011001 111111

Color Harmonies of #EAF54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF54C

Black with #EAF54C

Text Example


Text Example

White with #EAF54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF54C; }

 p { color: rgb(234,245,76); }

 H1.HeaderClassName
 {
   color: #EAF54C;
 }
 .AnyTagClassName
 {
   color: #EAF54C;
 }
</style>

background-color css

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

 a { background-color: rgb(234,245,76); }

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

border-color css

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

 span { border-color: rgb(234,245,76); }

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