Shades of Cream Can #E6BD43
Tints of Cream Can #E6BD43
RGB
CMYK
RGB Variations
Color information
#E6BD43 (or 0xE6BD43) is known color: Cream Can. HEX triplet: E6, BD and 43. RGB value is (230,189,67). Sum of RGB (Red+Green+Blue) = 230+189+67=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 67 (26.56% from 255 or 13.79% from 486); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BD43 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E6BD43 is #1942BC. Grayscale: #BBBBBB. Windows color (decimal): -1655485 or 4439526. OLE color: 4439526.
HSL color Cylindrical-coordinate representation of color #E6BD43: hue angle of 44.91º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E6BD43 is Cyan = 0, Magento = 0.18, Yellow = 0.71 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 189 | 67 | - |
| CMYK | 0 | 0.18 | 0.71 | 0.10 |
| HSL | 44.91º | 0.77% | 0.58% | - |
| HSV(B) | 44.91º | 0.71% | 0.9% | - |
| XYZ | 51.84 | 53.62 | 12.93 | - |
| YUV | 187.35 | 60.08 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 189 | 67 | 0 | 0.18 | 0.71 | 0.10 | 44.91 | 0.77 | 0.58 |
| Hex | E6 | BD | 43 | 0 | 12 | 47 | A | 2D | 4D | 3A |
| Octal | 346 | 275 | 103 | 0 | 22 | 107 | 12 | 55 | 115 | 72 |
| Binary | 11100110 | 10111101 | 1000011 | 0 | 10010 | 1000111 | 1010 | 101101 | 1001101 | 111010 |
Color Harmonies of #E6BD43
Complementary color
Monochromatic Colors of #E6BD43
Black with #E6BD43
Text Example
Text Example
White with #E6BD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BD43; }
p { color: rgb(230,189,67); }
H1.HeaderClassName
{
color: #E6BD43;
}
.AnyTagClassName
{
color: #E6BD43;
}
</style>
background-color css
<style>
a { background-color: #E6BD43; }
a { background-color: rgb(230,189,67); }
div.DivClassName
{
background-color: #E6BD43;
}
.BgClassName
{
background-color: #E6BD43;
}
</style>
border-color css
<style>
span { border-color: #E6BD43; }
span { border-color: rgb(230,189,67); }
td.TdClassName
{
border-color: #E6BD43;
}
.TagClassName
{
border-color: #E6BD43;
}
</style>