Html Css Color HEX #EAF145 Paris Daisy

📋 copy color: '#EAF145'

red 234 ◦ green 241 ◦ blue 69

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

Shades of Paris Daisy #EAF145

Tints of Paris Daisy #EAF145

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.3%

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

R = 43.01%
G = 44.3%
B = 12.68%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#EAF145 (or 0xEAF145) is known color: Paris Daisy. HEX triplet: EA, F1 and 45. RGB value is (234,241,69). Sum of RGB (Red+Green+Blue) = 234+241+69=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 241 (94.53% from 255 or 44.30% from 544); Blue value is 69 (27.34% from 255 or 12.68% from 544); Max value from RGB is 241 - color contains mainly: green. Hex color #EAF145 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF145 is #150EBA. Grayscale: #DBDBDB. Windows color (decimal): -1380027 or 4583914. OLE color: 4583914.

HSL color Cylindrical-coordinate representation of color #EAF145: hue angle of 62.44º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EAF145 is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 234 241 69 -
CMYK 0.03 0 0.71 0.05
HSL 62.44º 0.86% 0.61% -
HSV(B) 62.44º 0.71% 0.95% -
XYZ 66.46 80.83 17.73 -
YUV 219.3 43.18 138.49 -
System Red Green Blue C M Y K H S L
Decimal 234 241 69 0.03 0 0.71 0.05 62.44 0.86 0.61
Hex EA F1 45 3 0 47 5 3E 56 3D
Octal 352 361 105 3 0 107 5 76 126 75
Binary 11101010 11110001 1000101 11 0 1000111 101 111110 1010110 111101

Color Harmonies of #EAF145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF145

Black with #EAF145

Text Example


Text Example

White with #EAF145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF145; }

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

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

background-color css

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

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

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

border-color css

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

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

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