Shades of Cream Can #EDBD4A
Tints of Cream Can #EDBD4A
RGB
CMYK
RGB Variations
Color information
#EDBD4A (or 0xEDBD4A) is known color: Cream Can. HEX triplet: ED, BD and 4A. RGB value is (237,189,74). Sum of RGB (Red+Green+Blue) = 237+189+74=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 74 (29.30% from 255 or 14.8% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBD4A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EDBD4A is #1242B5. Grayscale: #BEBEBE. Windows color (decimal): -1196726 or 4898285. OLE color: 4898285.
HSL color Cylindrical-coordinate representation of color #EDBD4A: hue angle of 42.33º 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 #EDBD4A is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 189 | 74 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.07 |
| HSL | 42.33º | 0.82% | 0.61% | - |
| HSV(B) | 42.33º | 0.69% | 0.93% | - |
| XYZ | 54.36 | 54.89 | 14.21 | - |
| YUV | 190.24 | 62.4 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 189 | 74 | 0 | 0.20 | 0.69 | 0.07 | 42.33 | 0.82 | 0.61 |
| Hex | ED | BD | 4A | 0 | 14 | 45 | 7 | 2A | 52 | 3D |
| Octal | 355 | 275 | 112 | 0 | 24 | 105 | 7 | 52 | 122 | 75 |
| Binary | 11101101 | 10111101 | 1001010 | 0 | 10100 | 1000101 | 111 | 101010 | 1010010 | 111101 |
Color Harmonies of #EDBD4A
Complementary color
Monochromatic Colors of #EDBD4A
Black with #EDBD4A
Text Example
Text Example
White with #EDBD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBD4A; }
p { color: rgb(237,189,74); }
H1.HeaderClassName
{
color: #EDBD4A;
}
.AnyTagClassName
{
color: #EDBD4A;
}
</style>
background-color css
<style>
a { background-color: #EDBD4A; }
a { background-color: rgb(237,189,74); }
div.DivClassName
{
background-color: #EDBD4A;
}
.BgClassName
{
background-color: #EDBD4A;
}
</style>
border-color css
<style>
span { border-color: #EDBD4A; }
span { border-color: rgb(237,189,74); }
td.TdClassName
{
border-color: #EDBD4A;
}
.TagClassName
{
border-color: #EDBD4A;
}
</style>