Shades of Eunry #CEA59E
Tints of Eunry #CEA59E
RGB
CMYK
RGB Variations
Color information
#CEA59E (or 0xCEA59E) is known color: Eunry. HEX triplet: CE, A5 and 9E. RGB value is (206,165,158). Sum of RGB (Red+Green+Blue) = 206+165+158=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 165 (64.84% from 255 or 31.19% from 529); Blue value is 158 (62.11% from 255 or 29.87% from 529); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA59E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEA59E is #315A61. Grayscale: #B0B0B0. Windows color (decimal): -3234402 or 10397134. OLE color: 10397134.
HSL color Cylindrical-coordinate representation of color #CEA59E: hue angle of 8.75º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEA59E is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 165 | 158 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.19 |
| HSL | 8.75º | 0.33% | 0.71% | - |
| HSV(B) | 8.75º | 0.23% | 0.81% | - |
| XYZ | 45.08 | 42.5 | 38.18 | - |
| YUV | 176.46 | 117.58 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 165 | 158 | 0 | 0.20 | 0.23 | 0.19 | 8.75 | 0.33 | 0.71 |
| Hex | CE | A5 | 9E | 0 | 14 | 17 | 13 | 9 | 21 | 47 |
| Octal | 316 | 245 | 236 | 0 | 24 | 27 | 23 | 11 | 41 | 107 |
| Binary | 11001110 | 10100101 | 10011110 | 0 | 10100 | 10111 | 10011 | 1001 | 100001 | 1000111 |
Color Harmonies of #CEA59E
Complementary color
Monochromatic Colors of #CEA59E
Black with #CEA59E
Text Example
Text Example
White with #CEA59E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA59E; }
p { color: rgb(206,165,158); }
H1.HeaderClassName
{
color: #CEA59E;
}
.AnyTagClassName
{
color: #CEA59E;
}
</style>
background-color css
<style>
a { background-color: #CEA59E; }
a { background-color: rgb(206,165,158); }
div.DivClassName
{
background-color: #CEA59E;
}
.BgClassName
{
background-color: #CEA59E;
}
</style>
border-color css
<style>
span { border-color: #CEA59E; }
span { border-color: rgb(206,165,158); }
td.TdClassName
{
border-color: #CEA59E;
}
.TagClassName
{
border-color: #CEA59E;
}
</style>