#EDEB53

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

Shades of Paris Daisy #EDEB53

Tints of Paris Daisy #EDEB53

Color information

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

HSL color Cylindrical-coordinate representation of color #EDEB53: hue angle of 59.22º 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 #EDEB53 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB23723583-
CMYK00.010.650.07
HSL59.22º81.05%62.75%-
HSV(B)59.22º64.98%92.94%-
XYZ66.1978.0519.76-
YUV218.2751.66141.36-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2372358300.010.650.0759.2281.0562.75
HexEDEB53014173b513f
Octal3553531230110177312177
Binary111011011110101110100110110000011111110111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDEB53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDEB53; }

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

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

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

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

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

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

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

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