#EAFB50

Color #EAFB50 Paris Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris Daisy #EAFB50

Tints of Paris Daisy #EAFB50

Color information

#EAFB50 (or 0xEAFB50) is unknown color: approx Paris Daisy. HEX triplet: EA, FB and 50. RGB value is (234,251,80). Sum of RGB (Red+Green+Blue) = 234+251+80=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 251 (98.44% from 255 or 44.42% from 565); Blue value is 80 (31.64% from 255 or 14.16% from 565); Max value from RGB is 251 - color contains mainly: green. Hex color #EAFB50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EAFB50 is #1504AF. Grayscale: #E3E3E3. Windows color (decimal): -1377456 or 5307370. OLE color: 5307370.

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

Color convert

RGB23425180-
CMYK0.0700.680.02
HSL65.96º95.53%64.9%-
HSV(B)65.96º68.13%98.43%-
XYZ69.8887.0720.71-
YUV226.4245.37133.4-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.42%
GREEN value IS 251 (98.44% from 255) = 44.42%
BLUE value IS 80 (31.64% from 255) = 14.16%
R=41.42%
G=44.42%
B=14.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal234251800.0700.680.0265.9695.5364.9
HexEAFB5070442426041
Octal352373120701042102140101
Binary111010101111101110100001110100010010100001011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAFB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAFB50; }

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

 H1.HeaderClassName
 {
   color: #EAFB50;
 }
 .AnyTagClassName
 {
   color: #EAFB50;
 }
</style>
background-color css

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

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

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

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

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

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