Shades of Sundance #CEA54E
Tints of Sundance #CEA54E
RGB
CMYK
RGB Variations
Color information
#CEA54E (or 0xCEA54E) is known color: Sundance. HEX triplet: CE, A5 and 4E. RGB value is (206,165,78). Sum of RGB (Red+Green+Blue) = 206+165+78=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 78 (30.86% from 255 or 17.37% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA54E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEA54E is #315AB1. Grayscale: #A7A7A7. Windows color (decimal): -3234482 or 5154254. OLE color: 5154254.
HSL color Cylindrical-coordinate representation of color #CEA54E: hue angle of 40.78º 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 #CEA54E is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 165 | 78 | - |
| CMYK | 0 | 0.20 | 0.62 | 0.19 |
| HSL | 40.78º | 0.57% | 0.56% | - |
| HSV(B) | 40.78º | 0.62% | 0.81% | - |
| XYZ | 40.28 | 40.58 | 12.92 | - |
| YUV | 167.34 | 77.58 | 155.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 165 | 78 | 0 | 0.20 | 0.62 | 0.19 | 40.78 | 0.57 | 0.56 |
| Hex | CE | A5 | 4E | 0 | 14 | 3E | 13 | 29 | 39 | 38 |
| Octal | 316 | 245 | 116 | 0 | 24 | 76 | 23 | 51 | 71 | 70 |
| Binary | 11001110 | 10100101 | 1001110 | 0 | 10100 | 111110 | 10011 | 101001 | 111001 | 111000 |
Color Harmonies of #CEA54E
Complementary color
Monochromatic Colors of #CEA54E
Black with #CEA54E
Text Example
Text Example
White with #CEA54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA54E; }
p { color: rgb(206,165,78); }
H1.HeaderClassName
{
color: #CEA54E;
}
.AnyTagClassName
{
color: #CEA54E;
}
</style>
background-color css
<style>
a { background-color: #CEA54E; }
a { background-color: rgb(206,165,78); }
div.DivClassName
{
background-color: #CEA54E;
}
.BgClassName
{
background-color: #CEA54E;
}
</style>
border-color css
<style>
span { border-color: #CEA54E; }
span { border-color: rgb(206,165,78); }
td.TdClassName
{
border-color: #CEA54E;
}
.TagClassName
{
border-color: #CEA54E;
}
</style>