#EBFA52

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

Shades of Paris Daisy #EBFA52

Tints of Paris Daisy #EBFA52

Color information

#EBFA52 (or 0xEBFA52) is unknown color: approx Paris Daisy. HEX triplet: EB, FA and 52. RGB value is (235,250,82). Sum of RGB (Red+Green+Blue) = 235+250+82=567 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.45% from 567); Green value is 250 (98.05% from 255 or 44.09% from 567); Blue value is 82 (32.42% from 255 or 14.46% from 567); Max value from RGB is 250 - color contains mainly: green. Hex color #EBFA52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBFA52 is #1405AD. Grayscale: #E3E3E3. Windows color (decimal): -1312174 or 5438187. OLE color: 5438187.

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

Color convert

RGB23525082-
CMYK0.0600.670.02
HSL65.36º94.38%65.1%-
HSV(B)65.36º67.2%98.04%-
XYZ69.9786.6421.02-
YUV226.3646.53134.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 41.45%
GREEN value IS 250 (98.05% from 255) = 44.09%
BLUE value IS 82 (32.42% from 255) = 14.46%
R=41.45%
G=44.09%
B=14.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal235250820.0600.670.0265.3694.3865.1
HexEBFA5260432415e41
Octal353372122601032101136101
Binary111010111111101010100101100100001110100000110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBFA52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBFA52; }

 p { color: rgb(235,250,82); }

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

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

 a { background-color: rgb(235,250,82); }

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

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

 span { border-color: rgb(235,250,82); }

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