Html Css Color HEX #EAF445 Paris Daisy

📋 copy color: '#EAF445'

red 234 ◦ green 244 ◦ blue 69

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

Shades of Paris Daisy #EAF445

Tints of Paris Daisy #EAF445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.61%

R = 42.78%
G = 44.61%
B = 12.61%

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

#EAF445 (or 0xEAF445) is known color: Paris Daisy. HEX triplet: EA, F4 and 45. RGB value is (234,244,69). Sum of RGB (Red+Green+Blue) = 234+244+69=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 244 (95.70% from 255 or 44.61% from 547); Blue value is 69 (27.34% from 255 or 12.61% from 547); Max value from RGB is 244 - color contains mainly: green. Hex color #EAF445 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF445 is #150BBA. Grayscale: #DDDDDD. Windows color (decimal): -1379259 or 4584682. OLE color: 4584682.

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

Color convert

RGB 234 244 69 -
CMYK 0.04 0 0.72 0.04
HSL 63.43º 0.89% 0.61% -
HSV(B) 63.43º 0.72% 0.96% -
XYZ 67.36 82.62 18.03 -
YUV 221.06 42.19 137.23 -
System Red Green Blue C M Y K H S L
Decimal 234 244 69 0.04 0 0.72 0.04 63.43 0.89 0.61
Hex EA F4 45 4 0 48 4 3F 59 3D
Octal 352 364 105 4 0 110 4 77 131 75
Binary 11101010 11110100 1000101 100 0 1001000 100 111111 1011001 111101

Color Harmonies of #EAF445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF445

Black with #EAF445

Text Example


Text Example

White with #EAF445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF445; }

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

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

background-color css

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

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

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

border-color css

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

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

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