Html Css Color HEX #EAF649 Paris Daisy

📋 copy color: '#EAF649'

red 234 ◦ green 246 ◦ blue 73

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

Shades of Paris Daisy #EAF649

Tints of Paris Daisy #EAF649

RGB

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

 GREEN value IS 246 (96.48% from 255) = 44.48%

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

R = 42.31%
G = 44.48%
B = 13.2%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#EAF649 (or 0xEAF649) is known color: Paris Daisy. HEX triplet: EA, F6 and 49. RGB value is (234,246,73). Sum of RGB (Red+Green+Blue) = 234+246+73=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 246 (96.48% from 255 or 44.48% from 553); Blue value is 73 (28.91% from 255 or 13.20% from 553); Max value from RGB is 246 - color contains mainly: green. Hex color #EAF649 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAF649 is #1509B6. Grayscale: #DFDFDF. Windows color (decimal): -1378743 or 4847338. OLE color: 4847338.

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

Color convert

RGB 234 246 73 -
CMYK 0.05 0 0.70 0.04
HSL 64.16º 0.91% 0.63% -
HSV(B) 64.16º 0.7% 0.96% -
XYZ 68.09 83.89 18.91 -
YUV 222.69 43.52 136.07 -
System Red Green Blue C M Y K H S L
Decimal 234 246 73 0.05 0 0.70 0.04 64.16 0.91 0.63
Hex EA F6 49 5 0 46 4 40 5B 3F
Octal 352 366 111 5 0 106 4 100 133 77
Binary 11101010 11110110 1001001 101 0 1000110 100 1000000 1011011 111111

Color Harmonies of #EAF649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAF649

Black with #EAF649

Text Example


Text Example

White with #EAF649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAF649; }

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

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

background-color css

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

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

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

border-color css

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

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

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