Html Css Color HEX #EAF444 Paris Daisy

📋 copy color: '#EAF444'

red 234 ◦ green 244 ◦ blue 68

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

Shades of Paris Daisy #EAF444

Tints of Paris Daisy #EAF444

RGB

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

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

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

R = 42.86%
G = 44.69%
B = 12.45%

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

#EAF444 (or 0xEAF444) is known color: Paris Daisy. HEX triplet: EA, F4 and 44. RGB value is (234,244,68). Sum of RGB (Red+Green+Blue) = 234+244+68=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 244 (95.70% from 255 or 44.69% from 546); Blue value is 68 (26.95% from 255 or 12.45% from 546); Max value from RGB is 244 - color contains mainly: green. Hex color #EAF444 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF444 is #150BBB. Grayscale: #DDDDDD. Windows color (decimal): -1379260 or 4519146. OLE color: 4519146.

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

Color convert

RGB 234 244 68 -
CMYK 0.04 0 0.72 0.04
HSL 63.41º 0.89% 0.61% -
HSV(B) 63.41º 0.72% 0.96% -
XYZ 67.33 82.61 17.87 -
YUV 220.95 41.69 137.31 -
System Red Green Blue C M Y K H S L
Decimal 234 244 68 0.04 0 0.72 0.04 63.41 0.89 0.61
Hex EA F4 44 4 0 48 4 3F 59 3D
Octal 352 364 104 4 0 110 4 77 131 75
Binary 11101010 11110100 1000100 100 0 1001000 100 111111 1011001 111101

Color Harmonies of #EAF444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF444

Black with #EAF444

Text Example


Text Example

White with #EAF444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF444; }

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

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

background-color css

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

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

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

border-color css

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

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

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