Html Css Color HEX #EAF544 Paris Daisy

📋 copy color: '#EAF544'

red 234 ◦ green 245 ◦ blue 68

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

Shades of Paris Daisy #EAF544

Tints of Paris Daisy #EAF544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 12.43%

R = 42.78%
G = 44.79%
B = 12.43%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.72

 K value IS 0.04

RGB Variations

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

Color information

#EAF544 (or 0xEAF544) is known color: Paris Daisy. HEX triplet: EA, F5 and 44. RGB value is (234,245,68). Sum of RGB (Red+Green+Blue) = 234+245+68=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 245 (96.09% from 255 or 44.79% from 547); Blue value is 68 (26.95% from 255 or 12.43% from 547); Max value from RGB is 245 - color contains mainly: green. Hex color #EAF544 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF544 is #150ABB. Grayscale: #DEDEDE. Windows color (decimal): -1379004 or 4519402. OLE color: 4519402.

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

Color convert

RGB 234 245 68 -
CMYK 0.04 0 0.72 0.04
HSL 63.73º 0.9% 0.61% -
HSV(B) 63.73º 0.72% 0.96% -
XYZ 67.63 83.21 17.97 -
YUV 221.53 41.36 136.89 -
System Red Green Blue C M Y K H S L
Decimal 234 245 68 0.04 0 0.72 0.04 63.73 0.9 0.61
Hex EA F5 44 4 0 48 4 40 5A 3D
Octal 352 365 104 4 0 110 4 100 132 75
Binary 11101010 11110101 1000100 100 0 1001000 100 1000000 1011010 111101

Color Harmonies of #EAF544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF544

Black with #EAF544

Text Example


Text Example

White with #EAF544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF544; }

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

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

background-color css

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

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

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

border-color css

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

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

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