Shades of Cream Can #E6C350
Tints of Cream Can #E6C350
RGB
CMYK
RGB Variations
Color information
#E6C350 (or 0xE6C350) is known color: Cream Can. HEX triplet: E6, C3 and 50. RGB value is (230,195,80). Sum of RGB (Red+Green+Blue) = 230+195+80=505 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.54% from 505); Green value is 195 (76.56% from 255 or 38.61% from 505); Blue value is 80 (31.64% from 255 or 15.84% from 505); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C350 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C350 is #193CAF. Grayscale: #C0C0C0. Windows color (decimal): -1653936 or 5293030. OLE color: 5293030.
HSL color Cylindrical-coordinate representation of color #E6C350: hue angle of 46º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E6C350 is Cyan = 0, Magento = 0.15, Yellow = 0.65 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 195 | 80 | - |
| CMYK | 0 | 0.15 | 0.65 | 0.10 |
| HSL | 46º | 0.75% | 0.61% | - |
| HSV(B) | 46º | 0.65% | 0.9% | - |
| XYZ | 53.6 | 56.43 | 15.66 | - |
| YUV | 192.36 | 64.6 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 195 | 80 | 0 | 0.15 | 0.65 | 0.10 | 46 | 0.75 | 0.61 |
| Hex | E6 | C3 | 50 | 0 | F | 41 | A | 2E | 4B | 3D |
| Octal | 346 | 303 | 120 | 0 | 17 | 101 | 12 | 56 | 113 | 75 |
| Binary | 11100110 | 11000011 | 1010000 | 0 | 1111 | 1000001 | 1010 | 101110 | 1001011 | 111101 |
Color Harmonies of #E6C350
Complementary color
Monochromatic Colors of #E6C350
Black with #E6C350
Text Example
Text Example
White with #E6C350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6C350; }
p { color: rgb(230,195,80); }
H1.HeaderClassName
{
color: #E6C350;
}
.AnyTagClassName
{
color: #E6C350;
}
</style>
background-color css
<style>
a { background-color: #E6C350; }
a { background-color: rgb(230,195,80); }
div.DivClassName
{
background-color: #E6C350;
}
.BgClassName
{
background-color: #E6C350;
}
</style>
border-color css
<style>
span { border-color: #E6C350; }
span { border-color: rgb(230,195,80); }
td.TdClassName
{
border-color: #E6C350;
}
.TagClassName
{
border-color: #E6C350;
}
</style>