Html Css Color HEX #EAFF47 Paris Daisy

📋 copy color: '#EAFF47'

red 234 ◦ green 255 ◦ blue 71

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

Shades of Paris Daisy #EAFF47

Tints of Paris Daisy #EAFF47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 12.68%

R = 41.79%
G = 45.54%
B = 12.68%

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

#EAFF47 (or 0xEAFF47) is known color: Paris Daisy. HEX triplet: EA, FF and 47. RGB value is (234,255,71). Sum of RGB (Red+Green+Blue) = 234+255+71=560 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.79% from 560); Green value is 255 (100% from 255 or 45.54% from 560); Blue value is 71 (28.12% from 255 or 12.68% from 560); Max value from RGB is 255 - color contains mainly: green. Hex color #EAFF47 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFF47 is #1500B8. Grayscale: #E4E4E4. Windows color (decimal): -1376441 or 4718570. OLE color: 4718570.

HSL color Cylindrical-coordinate representation of color #EAFF47: hue angle of 66.85º 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 #EAFF47 is Cyan = 0.08, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.

Color convert

RGB 234 255 71 -
CMYK 0.08 0 0.72 0
HSL 66.85º 1% 0.64% -
HSV(B) 66.85º 0.72% 1% -
XYZ 70.83 89.47 19.5 -
YUV 227.75 39.54 132.46 -
System Red Green Blue C M Y K H S L
Decimal 234 255 71 0.08 0 0.72 0 66.85 1 0.64
Hex EA FF 47 8 0 48 0 43 64 40
Octal 352 377 107 10 0 110 0 103 144 100
Binary 11101010 11111111 1000111 1000 0 1001000 0 1000011 1100100 1000000

Color Harmonies of #EAFF47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFF47

Black with #EAFF47

Text Example


Text Example

White with #EAFF47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFF47; }

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

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

background-color css

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

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

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

border-color css

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

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

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