#EBED53

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

Shades of Paris Daisy #EBED53

Tints of Paris Daisy #EBED53

Color information

#EBED53 (or 0xEBED53) is unknown color: approx Paris Daisy. HEX triplet: EB, ED and 53. RGB value is (235,237,83). Sum of RGB (Red+Green+Blue) = 235+237+83=555 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.34% from 555); Green value is 237 (92.97% from 255 or 42.70% from 555); Blue value is 83 (32.81% from 255 or 14.95% from 555); Max value from RGB is 237 - color contains mainly: green. Hex color #EBED53 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBED53 is #1412AC. Grayscale: #DBDBDB. Windows color (decimal): -1315501 or 5500395. OLE color: 5500395.

HSL color Cylindrical-coordinate representation of color #EBED53: hue angle of 60.78º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EBED53 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB23523783-
CMYK0.0100.650.07
HSL60.78º81.05%62.75%-
HSV(B)60.78º64.98%92.94%-
XYZ66.1178.8619.92-
YUV218.8551.34139.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 42.34%
GREEN value IS 237 (92.97% from 255) = 42.70%
BLUE value IS 83 (32.81% from 255) = 14.95%
R=42.34%
G=42.70%
B=14.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal235237830.0100.650.0760.7881.0562.75
HexEBED53104173d513f
Octal3533551231010177512177
Binary111010111110110110100111010000011111111011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBED53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBED53; }

 p { color: rgb(235,237,83); }

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

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

 a { background-color: rgb(235,237,83); }

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

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

 span { border-color: rgb(235,237,83); }

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