Html Css Color HEX #EAF749 Paris Daisy

📋 copy color: '#EAF749'

red 234 ◦ green 247 ◦ blue 73

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

Shades of Paris Daisy #EAF749

Tints of Paris Daisy #EAF749

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.58%

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

R = 42.24%
G = 44.58%
B = 13.18%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#EAF749 (or 0xEAF749) is known color: Paris Daisy. HEX triplet: EA, F7 and 49. RGB value is (234,247,73). Sum of RGB (Red+Green+Blue) = 234+247+73=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 247 (96.88% from 255 or 44.58% from 554); Blue value is 73 (28.91% from 255 or 13.18% from 554); Max value from RGB is 247 - color contains mainly: green. Hex color #EAF749 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF749 is #1508B6. Grayscale: #DFDFDF. Windows color (decimal): -1378487 or 4847594. OLE color: 4847594.

HSL color Cylindrical-coordinate representation of color #EAF749: hue angle of 64.48º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EAF749 is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB 234 247 73 -
CMYK 0.05 0 0.70 0.03
HSL 64.48º 0.92% 0.63% -
HSV(B) 64.48º 0.7% 0.97% -
XYZ 68.4 84.5 19.01 -
YUV 223.28 43.19 135.65 -
System Red Green Blue C M Y K H S L
Decimal 234 247 73 0.05 0 0.70 0.03 64.48 0.92 0.63
Hex EA F7 49 5 0 46 3 40 5C 3F
Octal 352 367 111 5 0 106 3 100 134 77
Binary 11101010 11110111 1001001 101 0 1000110 11 1000000 1011100 111111

Color Harmonies of #EAF749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF749

Black with #EAF749

Text Example


Text Example

White with #EAF749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF749; }

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

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

background-color css

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

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

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

border-color css

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

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

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