Html Css Color HEX #EAFE49 Paris Daisy

📋 copy color: '#EAFE49'

red 234 ◦ green 254 ◦ blue 73

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

Shades of Paris Daisy #EAFE49

Tints of Paris Daisy #EAFE49

RGB

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

 GREEN value IS 254 (99.61% from 255) = 45.28%

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

R = 41.71%
G = 45.28%
B = 13.01%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.71

 K value IS 0.00

RGB Variations

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

Color information

#EAFE49 (or 0xEAFE49) is known color: Paris Daisy. HEX triplet: EA, FE and 49. RGB value is (234,254,73). Sum of RGB (Red+Green+Blue) = 234+254+73=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 254 (99.61% from 255 or 45.28% from 561); Blue value is 73 (28.91% from 255 or 13.01% from 561); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFE49 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFE49 is #1501B6. Grayscale: #E4E4E4. Windows color (decimal): -1376695 or 4849386. OLE color: 4849386.

HSL color Cylindrical-coordinate representation of color #EAFE49: hue angle of 66.63º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EAFE49 is Cyan = 0.08, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.00.

Color convert

RGB 234 254 73 -
CMYK 0.08 0 0.71 0.00
HSL 66.63º 0.99% 0.64% -
HSV(B) 66.63º 0.71% 1% -
XYZ 70.58 88.86 19.73 -
YUV 227.39 40.87 132.72 -
System Red Green Blue C M Y K H S L
Decimal 234 254 73 0.08 0 0.71 0.00 66.63 0.99 0.64
Hex EA FE 49 8 0 47 0 43 63 40
Octal 352 376 111 10 0 107 0 103 143 100
Binary 11101010 11111110 1001001 1000 0 1000111 0 1000011 1100011 1000000

Color Harmonies of #EAFE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFE49

Black with #EAFE49

Text Example


Text Example

White with #EAFE49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFE49; }

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

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

background-color css

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

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

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

border-color css

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

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

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