#EDBD53

Color #EDBD53 Cream Can (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cream Can #EDBD53

Tints of Cream Can #EDBD53

Color information

#EDBD53 (or 0xEDBD53) is unknown color: approx Cream Can. HEX triplet: ED, BD and 53. RGB value is (237,189,83). Sum of RGB (Red+Green+Blue) = 237+189+83=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 189 (74.22% from 255 or 37.13% from 509); Blue value is 83 (32.81% from 255 or 16.31% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBD53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBD53 is #1242AC. Grayscale: #BFBFBF. Windows color (decimal): -1196717 or 5488109. OLE color: 5488109.

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

Color convert

RGB23718983-
CMYK00.200.650.07
HSL41.3º81.05%62.75%-
HSV(B)41.3º64.98%92.94%-
XYZ54.6855.0215.92-
YUV191.2766.9160.62-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.56%
GREEN value IS 189 (74.22% from 255) = 37.13%
BLUE value IS 83 (32.81% from 255) = 16.31%
R=46.56%
G=37.13%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371898300.200.650.0741.381.0562.75
HexEDBD5301441729513f
Octal35527512302410175112177
Binary1110110110111101101001101010010000011111010011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBD53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBD53; }

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

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

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

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

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

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

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

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