Shades of Cream Can #E6C35C
Tints of Cream Can #E6C35C
RGB
CMYK
RGB Variations
Color information
#E6C35C (or 0xE6C35C) is known color: Cream Can. HEX triplet: E6, C3 and 5C. RGB value is (230,195,92). Sum of RGB (Red+Green+Blue) = 230+195+92=517 (68% of max value = 765). Red value is 230 (90.23% from 255 or 44.49% from 517); Green value is 195 (76.56% from 255 or 37.72% from 517); Blue value is 92 (36.33% from 255 or 17.79% from 517); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C35C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C35C is #193CA3. Grayscale: #C2C2C2. Windows color (decimal): -1653924 or 6079462. OLE color: 6079462.
HSL color Cylindrical-coordinate representation of color #E6C35C: hue angle of 44.78º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E6C35C is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 195 | 92 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.10 |
| HSL | 44.78º | 0.73% | 0.63% | - |
| HSV(B) | 44.78º | 0.6% | 0.9% | - |
| XYZ | 54.08 | 56.63 | 18.2 | - |
| YUV | 193.72 | 70.6 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 195 | 92 | 0 | 0.15 | 0.60 | 0.10 | 44.78 | 0.73 | 0.63 |
| Hex | E6 | C3 | 5C | 0 | F | 3C | A | 2D | 49 | 3F |
| Octal | 346 | 303 | 134 | 0 | 17 | 74 | 12 | 55 | 111 | 77 |
| Binary | 11100110 | 11000011 | 1011100 | 0 | 1111 | 111100 | 1010 | 101101 | 1001001 | 111111 |
Color Harmonies of #E6C35C
Complementary color
Monochromatic Colors of #E6C35C
Black with #E6C35C
Text Example
Text Example
White with #E6C35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C35C; }
p { color: rgb(230,195,92); }
H1.HeaderClassName
{
color: #E6C35C;
}
.AnyTagClassName
{
color: #E6C35C;
}
</style>
background-color css
<style>
a { background-color: #E6C35C; }
a { background-color: rgb(230,195,92); }
div.DivClassName
{
background-color: #E6C35C;
}
.BgClassName
{
background-color: #E6C35C;
}
</style>
border-color css
<style>
span { border-color: #E6C35C; }
span { border-color: rgb(230,195,92); }
td.TdClassName
{
border-color: #E6C35C;
}
.TagClassName
{
border-color: #E6C35C;
}
</style>