Shades of Chenin #EAC36D
Tints of Chenin #EAC36D
RGB
CMYK
RGB Variations
Color information
#EAC36D (or 0xEAC36D) is known color: Chenin. HEX triplet: EA, C3 and 6D. RGB value is (234,195,109). Sum of RGB (Red+Green+Blue) = 234+195+109=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 195 (76.56% from 255 or 36.25% from 538); Blue value is 109 (42.97% from 255 or 20.26% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC36D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC36D is #153C92. Grayscale: #C5C5C5. Windows color (decimal): -1391763 or 7193578. OLE color: 7193578.
HSL color Cylindrical-coordinate representation of color #EAC36D: hue angle of 41.28º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EAC36D is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 195 | 109 | - |
| CMYK | 0 | 0.17 | 0.53 | 0.08 |
| HSL | 41.28º | 0.75% | 0.67% | - |
| HSV(B) | 41.28º | 0.53% | 0.92% | - |
| XYZ | 56.21 | 57.63 | 22.63 | - |
| YUV | 196.86 | 78.42 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 195 | 109 | 0 | 0.17 | 0.53 | 0.08 | 41.28 | 0.75 | 0.67 |
| Hex | EA | C3 | 6D | 0 | 11 | 35 | 8 | 29 | 4B | 43 |
| Octal | 352 | 303 | 155 | 0 | 21 | 65 | 10 | 51 | 113 | 103 |
| Binary | 11101010 | 11000011 | 1101101 | 0 | 10001 | 110101 | 1000 | 101001 | 1001011 | 1000011 |
Color Harmonies of #EAC36D
Complementary color
Monochromatic Colors of #EAC36D
Black with #EAC36D
Text Example
Text Example
White with #EAC36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC36D; }
p { color: rgb(234,195,109); }
H1.HeaderClassName
{
color: #EAC36D;
}
.AnyTagClassName
{
color: #EAC36D;
}
</style>
background-color css
<style>
a { background-color: #EAC36D; }
a { background-color: rgb(234,195,109); }
div.DivClassName
{
background-color: #EAC36D;
}
.BgClassName
{
background-color: #EAC36D;
}
</style>
border-color css
<style>
span { border-color: #EAC36D; }
span { border-color: rgb(234,195,109); }
td.TdClassName
{
border-color: #EAC36D;
}
.TagClassName
{
border-color: #EAC36D;
}
</style>