Shades of Cream Can #EDBA43
Tints of Cream Can #EDBA43
RGB
CMYK
RGB Variations
Color information
#EDBA43 (or 0xEDBA43) is known color: Cream Can. HEX triplet: ED, BA and 43. RGB value is (237,186,67). Sum of RGB (Red+Green+Blue) = 237+186+67=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 186 (73.05% from 255 or 37.96% from 490); Blue value is 67 (26.56% from 255 or 13.67% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBA43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBA43 is #1245BC. Grayscale: #BCBCBC. Windows color (decimal): -1197501 or 4438765. OLE color: 4438765.
HSL color Cylindrical-coordinate representation of color #EDBA43: hue angle of 42º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EDBA43 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 186 | 67 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.07 |
| HSL | 42º | 0.83% | 0.6% | - |
| HSV(B) | 42º | 0.72% | 0.93% | - |
| XYZ | 53.5 | 53.53 | 12.82 | - |
| YUV | 187.68 | 59.9 | 163.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 186 | 67 | 0 | 0.22 | 0.72 | 0.07 | 42 | 0.83 | 0.6 |
| Hex | ED | BA | 43 | 0 | 16 | 48 | 7 | 2A | 53 | 3C |
| Octal | 355 | 272 | 103 | 0 | 26 | 110 | 7 | 52 | 123 | 74 |
| Binary | 11101101 | 10111010 | 1000011 | 0 | 10110 | 1001000 | 111 | 101010 | 1010011 | 111100 |
Color Harmonies of #EDBA43
Complementary color
Monochromatic Colors of #EDBA43
Black with #EDBA43
Text Example
Text Example
White with #EDBA43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBA43; }
p { color: rgb(237,186,67); }
H1.HeaderClassName
{
color: #EDBA43;
}
.AnyTagClassName
{
color: #EDBA43;
}
</style>
background-color css
<style>
a { background-color: #EDBA43; }
a { background-color: rgb(237,186,67); }
div.DivClassName
{
background-color: #EDBA43;
}
.BgClassName
{
background-color: #EDBA43;
}
</style>
border-color css
<style>
span { border-color: #EDBA43; }
span { border-color: rgb(237,186,67); }
td.TdClassName
{
border-color: #EDBA43;
}
.TagClassName
{
border-color: #EDBA43;
}
</style>