#EDBD55

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

Shades of Cream Can #EDBD55

Tints of Cream Can #EDBD55

Color information

#EDBD55 (or 0xEDBD55) is unknown color: approx Cream Can. HEX triplet: ED, BD and 55. RGB value is (237,189,85). Sum of RGB (Red+Green+Blue) = 237+189+85=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 189 (74.22% from 255 or 36.99% from 511); Blue value is 85 (33.59% from 255 or 16.63% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBD55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBD55 is #1242AA. Grayscale: #BFBFBF. Windows color (decimal): -1196715 or 5619181. OLE color: 5619181.

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

Color convert

RGB23718985-
CMYK00.200.640.07
HSL41.05º80.85%63.14%-
HSV(B)41.05º64.14%92.94%-
XYZ54.7655.0616.33-
YUV191.567.9160.46-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.38%
GREEN value IS 189 (74.22% from 255) = 36.99%
BLUE value IS 85 (33.59% from 255) = 16.63%
R=46.38%
G=36.99%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371898500.200.640.0741.0580.8563.14
HexEDBD5501440729513f
Octal35527512502410075112177
Binary1110110110111101101010101010010000001111010011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDBD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDBD55; }

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

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

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

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

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

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

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

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