Html Css Color HEX #EAF849 Paris Daisy

📋 copy color: '#EAF849'

red 234 ◦ green 248 ◦ blue 73

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

Shades of Paris Daisy #EAF849

Tints of Paris Daisy #EAF849

RGB

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

 GREEN value IS 248 (97.27% from 255) = 44.68%

 BLUE value IS 73 (28.91% from 255) = 13.15%

R = 42.16%
G = 44.68%
B = 13.15%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.71

 K value IS 0.03

RGB Variations

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

Color information

#EAF849 (or 0xEAF849) is known color: Paris Daisy. HEX triplet: EA, F8 and 49. RGB value is (234,248,73). Sum of RGB (Red+Green+Blue) = 234+248+73=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 248 (97.27% from 255 or 44.68% from 555); Blue value is 73 (28.91% from 255 or 13.15% from 555); Max value from RGB is 248 - color contains mainly: green. Hex color #EAF849 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF849 is #1507B6. Grayscale: #E0E0E0. Windows color (decimal): -1378231 or 4847850. OLE color: 4847850.

HSL color Cylindrical-coordinate representation of color #EAF849: hue angle of 64.8º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EAF849 is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.03.

Color convert

RGB 234 248 73 -
CMYK 0.06 0 0.71 0.03
HSL 64.8º 0.93% 0.63% -
HSV(B) 64.8º 0.71% 0.97% -
XYZ 68.7 85.11 19.11 -
YUV 223.86 42.86 135.23 -
System Red Green Blue C M Y K H S L
Decimal 234 248 73 0.06 0 0.71 0.03 64.8 0.93 0.63
Hex EA F8 49 6 0 47 3 41 5D 3F
Octal 352 370 111 6 0 107 3 101 135 77
Binary 11101010 11111000 1001001 110 0 1000111 11 1000001 1011101 111111

Color Harmonies of #EAF849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF849

Black with #EAF849

Text Example


Text Example

White with #EAF849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF849; }

 p { color: rgb(234,248,73); }

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

background-color css

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

 a { background-color: rgb(234,248,73); }

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

border-color css

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

 span { border-color: rgb(234,248,73); }

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