Shades of Cream Can #EDBB4D
Tints of Cream Can #EDBB4D
RGB
CMYK
RGB Variations
Color information
#EDBB4D (or 0xEDBB4D) is known color: Cream Can. HEX triplet: ED, BB and 4D. RGB value is (237,187,77). Sum of RGB (Red+Green+Blue) = 237+187+77=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 187 (73.44% from 255 or 37.33% from 501); Blue value is 77 (30.47% from 255 or 15.37% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBB4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBB4D is #1244B2. Grayscale: #BDBDBD. Windows color (decimal): -1197235 or 5094381. OLE color: 5094381.
HSL color Cylindrical-coordinate representation of color #EDBB4D: hue angle of 41.25º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDBB4D is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 187 | 77 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.07 |
| HSL | 41.25º | 0.82% | 0.62% | - |
| HSV(B) | 41.25º | 0.68% | 0.93% | - |
| XYZ | 54.03 | 54.08 | 14.61 | - |
| YUV | 189.41 | 64.57 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 187 | 77 | 0 | 0.21 | 0.68 | 0.07 | 41.25 | 0.82 | 0.62 |
| Hex | ED | BB | 4D | 0 | 15 | 44 | 7 | 29 | 52 | 3E |
| Octal | 355 | 273 | 115 | 0 | 25 | 104 | 7 | 51 | 122 | 76 |
| Binary | 11101101 | 10111011 | 1001101 | 0 | 10101 | 1000100 | 111 | 101001 | 1010010 | 111110 |
Color Harmonies of #EDBB4D
Complementary color
Monochromatic Colors of #EDBB4D
Black with #EDBB4D
Text Example
Text Example
White with #EDBB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBB4D; }
p { color: rgb(237,187,77); }
H1.HeaderClassName
{
color: #EDBB4D;
}
.AnyTagClassName
{
color: #EDBB4D;
}
</style>
background-color css
<style>
a { background-color: #EDBB4D; }
a { background-color: rgb(237,187,77); }
div.DivClassName
{
background-color: #EDBB4D;
}
.BgClassName
{
background-color: #EDBB4D;
}
</style>
border-color css
<style>
span { border-color: #EDBB4D; }
span { border-color: rgb(237,187,77); }
td.TdClassName
{
border-color: #EDBB4D;
}
.TagClassName
{
border-color: #EDBB4D;
}
</style>