Html Css Color HEX #EAFE48 Paris Daisy

📋 copy color: '#EAFE48'

red 234 ◦ green 254 ◦ blue 72

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

Shades of Paris Daisy #EAFE48

Tints of Paris Daisy #EAFE48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 12.86%

R = 41.79%
G = 45.36%
B = 12.86%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#EAFE48 (or 0xEAFE48) is known color: Paris Daisy. HEX triplet: EA, FE and 48. RGB value is (234,254,72). Sum of RGB (Red+Green+Blue) = 234+254+72=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 254 (99.61% from 255 or 45.36% from 560); Blue value is 72 (28.52% from 255 or 12.86% from 560); Max value from RGB is 254 - color contains mainly: green. Hex color #EAFE48 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFE48 is #1501B7. Grayscale: #E3E3E3. Windows color (decimal): -1376696 or 4783850. OLE color: 4783850.

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

Color convert

RGB 234 254 72 -
CMYK 0.08 0 0.72 0.00
HSL 66.59º 0.99% 0.64% -
HSV(B) 66.59º 0.72% 1% -
XYZ 70.54 88.84 19.56 -
YUV 227.27 40.37 132.8 -
System Red Green Blue C M Y K H S L
Decimal 234 254 72 0.08 0 0.72 0.00 66.59 0.99 0.64
Hex EA FE 48 8 0 48 0 43 63 40
Octal 352 376 110 10 0 110 0 103 143 100
Binary 11101010 11111110 1001000 1000 0 1001000 0 1000011 1100011 1000000

Color Harmonies of #EAFE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFE48

Black with #EAFE48

Text Example


Text Example

White with #EAFE48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFE48; }

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

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

background-color css

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

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

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

border-color css

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

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

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