Shades of Cream Can #EDBF5A
Tints of Cream Can #EDBF5A
RGB
CMYK
RGB Variations
Color information
#EDBF5A (or 0xEDBF5A) is known color: Cream Can. HEX triplet: ED, BF and 5A. RGB value is (237,191,90). Sum of RGB (Red+Green+Blue) = 237+191+90=518 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.75% from 518); Green value is 191 (75% from 255 or 36.87% from 518); Blue value is 90 (35.55% from 255 or 17.37% from 518); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBF5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDBF5A is #1240A5. Grayscale: #C1C1C1. Windows color (decimal): -1196198 or 5947373. OLE color: 5947373.
HSL color Cylindrical-coordinate representation of color #EDBF5A: hue angle of 41.22º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EDBF5A is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 191 | 90 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.07 |
| HSL | 41.22º | 0.8% | 0.64% | - |
| HSV(B) | 41.22º | 0.62% | 0.93% | - |
| XYZ | 55.4 | 56 | 17.56 | - |
| YUV | 193.24 | 69.74 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 191 | 90 | 0 | 0.19 | 0.62 | 0.07 | 41.22 | 0.8 | 0.64 |
| Hex | ED | BF | 5A | 0 | 13 | 3E | 7 | 29 | 50 | 40 |
| Octal | 355 | 277 | 132 | 0 | 23 | 76 | 7 | 51 | 120 | 100 |
| Binary | 11101101 | 10111111 | 1011010 | 0 | 10011 | 111110 | 111 | 101001 | 1010000 | 1000000 |
Color Harmonies of #EDBF5A
Complementary color
Monochromatic Colors of #EDBF5A
Black with #EDBF5A
Text Example
Text Example
White with #EDBF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBF5A; }
p { color: rgb(237,191,90); }
H1.HeaderClassName
{
color: #EDBF5A;
}
.AnyTagClassName
{
color: #EDBF5A;
}
</style>
background-color css
<style>
a { background-color: #EDBF5A; }
a { background-color: rgb(237,191,90); }
div.DivClassName
{
background-color: #EDBF5A;
}
.BgClassName
{
background-color: #EDBF5A;
}
</style>
border-color css
<style>
span { border-color: #EDBF5A; }
span { border-color: rgb(237,191,90); }
td.TdClassName
{
border-color: #EDBF5A;
}
.TagClassName
{
border-color: #EDBF5A;
}
</style>