#EBFB50

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

Shades of Paris Daisy #EBFB50

Tints of Paris Daisy #EBFB50

Color information

#EBFB50 (or 0xEBFB50) is unknown color: approx Paris Daisy. HEX triplet: EB, FB and 50. RGB value is (235,251,80). Sum of RGB (Red+Green+Blue) = 235+251+80=566 (74% of max value = 765). Red value is 235 (92.19% from 255 or 41.52% from 566); Green value is 251 (98.44% from 255 or 44.35% from 566); Blue value is 80 (31.64% from 255 or 14.13% from 566); Max value from RGB is 251 - color contains mainly: green. Hex color #EBFB50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBFB50 is #1404AF. Grayscale: #E3E3E3. Windows color (decimal): -1311920 or 5307371. OLE color: 5307371.

HSL color Cylindrical-coordinate representation of color #EBFB50: hue angle of 65.61º 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 #EBFB50 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB23525180-
CMYK0.0600.680.02
HSL65.61º95.53%64.9%-
HSV(B)65.61º68.13%98.43%-
XYZ70.2187.2420.73-
YUV226.7245.2133.9-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.52%
GREEN value IS 251 (98.44% from 255) = 44.35%
BLUE value IS 80 (31.64% from 255) = 14.13%
R=41.52%
G=44.35%
B=14.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal235251800.0600.680.0265.6195.5364.9
HexEBFB5060442426041
Octal353373120601042102140101
Binary111010111111101110100001100100010010100001011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFB50; }

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

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

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

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

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

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

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

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