Html Css Color HEX #EAFD50 Paris Daisy

📋 copy color: '#EAFD50'

red 234 ◦ green 253 ◦ blue 80

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

Shades of Paris Daisy #EAFD50

Tints of Paris Daisy #EAFD50

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44.62%

 BLUE value IS 80 (31.64% from 255) = 14.11%

R = 41.27%
G = 44.62%
B = 14.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#EAFD50 (or 0xEAFD50) is known color: Paris Daisy. HEX triplet: EA, FD and 50. RGB value is (234,253,80). Sum of RGB (Red+Green+Blue) = 234+253+80=567 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.27% from 567); Green value is 253 (99.22% from 255 or 44.62% from 567); Blue value is 80 (31.64% from 255 or 14.11% from 567); Max value from RGB is 253 - color contains mainly: green. Hex color #EAFD50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAFD50 is #1502AF. Grayscale: #E4E4E4. Windows color (decimal): -1376944 or 5307882. OLE color: 5307882.

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

Color convert

RGB 234 253 80 -
CMYK 0.08 0 0.68 0.01
HSL 66.59º 0.98% 0.65% -
HSV(B) 66.59º 0.68% 0.99% -
XYZ 70.5 88.32 20.92 -
YUV 227.6 44.71 132.57 -
System Red Green Blue C M Y K H S L
Decimal 234 253 80 0.08 0 0.68 0.01 66.59 0.98 0.65
Hex EA FD 50 8 0 44 1 43 62 41
Octal 352 375 120 10 0 104 1 103 142 101
Binary 11101010 11111101 1010000 1000 0 1000100 1 1000011 1100010 1000001

Color Harmonies of #EAFD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFD50

Black with #EAFD50

Text Example


Text Example

White with #EAFD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFD50; }

 p { color: rgb(234,253,80); }

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

background-color css

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

 a { background-color: rgb(234,253,80); }

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

border-color css

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

 span { border-color: rgb(234,253,80); }

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