Html Css Color HEX #EAFF48 Paris Daisy

📋 copy color: '#EAFF48'

red 234 ◦ green 255 ◦ blue 72

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

Shades of Paris Daisy #EAFF48

Tints of Paris Daisy #EAFF48

RGB

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

 GREEN value IS 255 (100% from 255) = 45.45%

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

R = 41.71%
G = 45.45%
B = 12.83%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#EAFF48 (or 0xEAFF48) is known color: Paris Daisy. HEX triplet: EA, FF and 48. RGB value is (234,255,72). Sum of RGB (Red+Green+Blue) = 234+255+72=561 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.71% from 561); Green value is 255 (100% from 255 or 45.45% from 561); Blue value is 72 (28.52% from 255 or 12.83% from 561); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFF48 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFF48 is #1500B7. Grayscale: #E4E4E4. Windows color (decimal): -1376440 or 4784106. OLE color: 4784106.

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

Color convert

RGB 234 255 72 -
CMYK 0.08 0 0.72 0
HSL 66.89º 1% 0.64% -
HSV(B) 66.89º 0.72% 1% -
XYZ 70.86 89.48 19.67 -
YUV 227.86 40.04 132.38 -
System Red Green Blue C M Y K H S L
Decimal 234 255 72 0.08 0 0.72 0 66.89 1 0.64
Hex EA FF 48 8 0 48 0 43 64 40
Octal 352 377 110 10 0 110 0 103 144 100
Binary 11101010 11111111 1001000 1000 0 1001000 0 1000011 1100100 1000000

Color Harmonies of #EAFF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFF48

Black with #EAFF48

Text Example


Text Example

White with #EAFF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFF48; }

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

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

background-color css

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

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

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

border-color css

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

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

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