Shades of Cream Can #EDBC4A
Tints of Cream Can #EDBC4A
RGB
CMYK
RGB Variations
Color information
#EDBC4A (or 0xEDBC4A) is known color: Cream Can. HEX triplet: ED, BC and 4A. RGB value is (237,188,74). Sum of RGB (Red+Green+Blue) = 237+188+74=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 74 (29.30% from 255 or 14.83% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBC4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBC4A is #1243B5. Grayscale: #BEBEBE. Windows color (decimal): -1196982 or 4898029. OLE color: 4898029.
HSL color Cylindrical-coordinate representation of color #EDBC4A: hue angle of 41.96º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EDBC4A is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 188 | 74 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.07 |
| HSL | 41.96º | 0.82% | 0.61% | - |
| HSV(B) | 41.96º | 0.69% | 0.93% | - |
| XYZ | 54.14 | 54.47 | 14.14 | - |
| YUV | 189.66 | 62.73 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 188 | 74 | 0 | 0.21 | 0.69 | 0.07 | 41.96 | 0.82 | 0.61 |
| Hex | ED | BC | 4A | 0 | 15 | 45 | 7 | 2A | 52 | 3D |
| Octal | 355 | 274 | 112 | 0 | 25 | 105 | 7 | 52 | 122 | 75 |
| Binary | 11101101 | 10111100 | 1001010 | 0 | 10101 | 1000101 | 111 | 101010 | 1010010 | 111101 |
Color Harmonies of #EDBC4A
Complementary color
Monochromatic Colors of #EDBC4A
Black with #EDBC4A
Text Example
Text Example
White with #EDBC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBC4A; }
p { color: rgb(237,188,74); }
H1.HeaderClassName
{
color: #EDBC4A;
}
.AnyTagClassName
{
color: #EDBC4A;
}
</style>
background-color css
<style>
a { background-color: #EDBC4A; }
a { background-color: rgb(237,188,74); }
div.DivClassName
{
background-color: #EDBC4A;
}
.BgClassName
{
background-color: #EDBC4A;
}
</style>
border-color css
<style>
span { border-color: #EDBC4A; }
span { border-color: rgb(237,188,74); }
td.TdClassName
{
border-color: #EDBC4A;
}
.TagClassName
{
border-color: #EDBC4A;
}
</style>