#EBFB49

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

Shades of Paris Daisy #EBFB49

Tints of Paris Daisy #EBFB49

Color information

#EBFB49 (or 0xEBFB49) is unknown color: approx Paris Daisy. HEX triplet: EB, FB and 49. RGB value is (235,251,73). Sum of RGB (Red+Green+Blue) = 235+251+73=559 (74% of max value = 765). Red value is 235 (92.19% from 255 or 42.04% from 559); Green value is 251 (98.44% from 255 or 44.90% from 559); Blue value is 73 (28.91% from 255 or 13.06% from 559); Max value from RGB is 251 - color contains mainly: green. Hex color #EBFB49 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBFB49 is #1404B6. Grayscale: #E2E2E2. Windows color (decimal): -1311927 or 4848619. OLE color: 4848619.

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

Color convert

RGB23525173-
CMYK0.0600.710.02
HSL65.39º95.7%63.53%-
HSV(B)65.39º70.92%98.43%-
XYZ69.9687.1419.44-
YUV225.9241.7134.47-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.04%
GREEN value IS 251 (98.44% from 255) = 44.90%
BLUE value IS 73 (28.91% from 255) = 13.06%
R=42.04%
G=44.90%
B=13.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal235251730.0600.710.0265.3995.763.53
HexEBFB4960472416040
Octal353373111601072101140100
Binary111010111111101110010011100100011110100000111000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFB49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFB49; }

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

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

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

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

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

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

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

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