Shades of Cream Can #EDBD4D
Tints of Cream Can #EDBD4D
RGB
CMYK
RGB Variations
Color information
#EDBD4D (or 0xEDBD4D) is known color: Cream Can. HEX triplet: ED, BD and 4D. RGB value is (237,189,77). Sum of RGB (Red+Green+Blue) = 237+189+77=503 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.12% from 503); Green value is 189 (74.22% from 255 or 37.57% from 503); Blue value is 77 (30.47% from 255 or 15.31% from 503); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBD4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBD4D is #1242B2. Grayscale: #BFBFBF. Windows color (decimal): -1196723 or 5094893. OLE color: 5094893.
HSL color Cylindrical-coordinate representation of color #EDBD4D: hue angle of 42º 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 #EDBD4D is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 189 | 77 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.07 |
| HSL | 42º | 0.82% | 0.62% | - |
| HSV(B) | 42º | 0.68% | 0.93% | - |
| XYZ | 54.46 | 54.94 | 14.75 | - |
| YUV | 190.58 | 63.9 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 189 | 77 | 0 | 0.20 | 0.68 | 0.07 | 42 | 0.82 | 0.62 |
| Hex | ED | BD | 4D | 0 | 14 | 44 | 7 | 2A | 52 | 3E |
| Octal | 355 | 275 | 115 | 0 | 24 | 104 | 7 | 52 | 122 | 76 |
| Binary | 11101101 | 10111101 | 1001101 | 0 | 10100 | 1000100 | 111 | 101010 | 1010010 | 111110 |
Color Harmonies of #EDBD4D
Complementary color
Monochromatic Colors of #EDBD4D
Black with #EDBD4D
Text Example
Text Example
White with #EDBD4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBD4D; }
p { color: rgb(237,189,77); }
H1.HeaderClassName
{
color: #EDBD4D;
}
.AnyTagClassName
{
color: #EDBD4D;
}
</style>
background-color css
<style>
a { background-color: #EDBD4D; }
a { background-color: rgb(237,189,77); }
div.DivClassName
{
background-color: #EDBD4D;
}
.BgClassName
{
background-color: #EDBD4D;
}
</style>
border-color css
<style>
span { border-color: #EDBD4D; }
span { border-color: rgb(237,189,77); }
td.TdClassName
{
border-color: #EDBD4D;
}
.TagClassName
{
border-color: #EDBD4D;
}
</style>