Shades of Sundance #CEA64E
Tints of Sundance #CEA64E
RGB
CMYK
RGB Variations
Color information
#CEA64E (or 0xCEA64E) is known color: Sundance. HEX triplet: CE, A6 and 4E. RGB value is (206,166,78). Sum of RGB (Red+Green+Blue) = 206+166+78=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 166 (65.23% from 255 or 36.89% from 450); Blue value is 78 (30.86% from 255 or 17.33% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA64E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA64E is #3159B1. Grayscale: #A8A8A8. Windows color (decimal): -3234226 or 5154510. OLE color: 5154510.
HSL color Cylindrical-coordinate representation of color #CEA64E: hue angle of 41.25º 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 #CEA64E is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 166 | 78 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.19 |
| HSL | 41.25º | 0.57% | 0.56% | - |
| HSV(B) | 41.25º | 0.62% | 0.81% | - |
| XYZ | 40.46 | 40.94 | 12.98 | - |
| YUV | 167.93 | 77.25 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 166 | 78 | 0 | 0.19 | 0.62 | 0.19 | 41.25 | 0.57 | 0.56 |
| Hex | CE | A6 | 4E | 0 | 13 | 3E | 13 | 29 | 39 | 38 |
| Octal | 316 | 246 | 116 | 0 | 23 | 76 | 23 | 51 | 71 | 70 |
| Binary | 11001110 | 10100110 | 1001110 | 0 | 10011 | 111110 | 10011 | 101001 | 111001 | 111000 |
Color Harmonies of #CEA64E
Complementary color
Monochromatic Colors of #CEA64E
Black with #CEA64E
Text Example
Text Example
White with #CEA64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA64E; }
p { color: rgb(206,166,78); }
H1.HeaderClassName
{
color: #CEA64E;
}
.AnyTagClassName
{
color: #CEA64E;
}
</style>
background-color css
<style>
a { background-color: #CEA64E; }
a { background-color: rgb(206,166,78); }
div.DivClassName
{
background-color: #CEA64E;
}
.BgClassName
{
background-color: #CEA64E;
}
</style>
border-color css
<style>
span { border-color: #CEA64E; }
span { border-color: rgb(206,166,78); }
td.TdClassName
{
border-color: #CEA64E;
}
.TagClassName
{
border-color: #CEA64E;
}
</style>