Html Css Color HEX #EAF44C Paris Daisy

📋 copy color: '#EAF44C'

red 234 ◦ green 244 ◦ blue 76

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

Shades of Paris Daisy #EAF44C

Tints of Paris Daisy #EAF44C

RGB

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

 GREEN value IS 244 (95.7% from 255) = 44.04%

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

R = 42.24%
G = 44.04%
B = 13.72%

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

#EAF44C (or 0xEAF44C) is known color: Paris Daisy. HEX triplet: EA, F4 and 4C. RGB value is (234,244,76). Sum of RGB (Red+Green+Blue) = 234+244+76=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 244 (95.70% from 255 or 44.04% from 554); Blue value is 76 (30.08% from 255 or 13.72% from 554); Max value from RGB is 244 - color contains mainly: green. Hex color #EAF44C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF44C is #150BB3. Grayscale: #DEDEDE. Windows color (decimal): -1379252 or 5043434. OLE color: 5043434.

HSL color Cylindrical-coordinate representation of color #EAF44C: hue angle of 63.57º degrees, saturation: 0.88, 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 #EAF44C is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB 234 244 76 -
CMYK 0.04 0 0.69 0.04
HSL 63.57º 0.88% 0.63% -
HSV(B) 63.57º 0.69% 0.96% -
XYZ 67.59 82.72 19.24 -
YUV 221.86 45.69 136.66 -
System Red Green Blue C M Y K H S L
Decimal 234 244 76 0.04 0 0.69 0.04 63.57 0.88 0.63
Hex EA F4 4C 4 0 45 4 40 58 3F
Octal 352 364 114 4 0 105 4 100 130 77
Binary 11101010 11110100 1001100 100 0 1000101 100 1000000 1011000 111111

Color Harmonies of #EAF44C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF44C

Black with #EAF44C

Text Example


Text Example

White with #EAF44C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF44C; }

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

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

background-color css

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

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

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

border-color css

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

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

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