Shades of Sundance #CEA94E
Tints of Sundance #CEA94E
RGB
CMYK
RGB Variations
Color information
#CEA94E (or 0xCEA94E) is known color: Sundance. HEX triplet: CE, A9 and 4E. RGB value is (206,169,78). Sum of RGB (Red+Green+Blue) = 206+169+78=453 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.47% from 453); Green value is 169 (66.41% from 255 or 37.31% from 453); Blue value is 78 (30.86% from 255 or 17.22% from 453); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA94E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA94E is #3156B1. Grayscale: #AAAAAA. Windows color (decimal): -3233458 or 5155278. OLE color: 5155278.
HSL color Cylindrical-coordinate representation of color #CEA94E: hue angle of 42.66º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CEA94E is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 169 | 78 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.19 |
| HSL | 42.66º | 0.57% | 0.56% | - |
| HSV(B) | 42.66º | 0.62% | 0.81% | - |
| XYZ | 41.02 | 42.05 | 13.16 | - |
| YUV | 169.69 | 76.26 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 169 | 78 | 0 | 0.18 | 0.62 | 0.19 | 42.66 | 0.57 | 0.56 |
| Hex | CE | A9 | 4E | 0 | 12 | 3E | 13 | 2B | 39 | 38 |
| Octal | 316 | 251 | 116 | 0 | 22 | 76 | 23 | 53 | 71 | 70 |
| Binary | 11001110 | 10101001 | 1001110 | 0 | 10010 | 111110 | 10011 | 101011 | 111001 | 111000 |
Color Harmonies of #CEA94E
Complementary color
Monochromatic Colors of #CEA94E
Black with #CEA94E
Text Example
Text Example
White with #CEA94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA94E; }
p { color: rgb(206,169,78); }
H1.HeaderClassName
{
color: #CEA94E;
}
.AnyTagClassName
{
color: #CEA94E;
}
</style>
background-color css
<style>
a { background-color: #CEA94E; }
a { background-color: rgb(206,169,78); }
div.DivClassName
{
background-color: #CEA94E;
}
.BgClassName
{
background-color: #CEA94E;
}
</style>
border-color css
<style>
span { border-color: #CEA94E; }
span { border-color: rgb(206,169,78); }
td.TdClassName
{
border-color: #CEA94E;
}
.TagClassName
{
border-color: #CEA94E;
}
</style>