Shades of Chenin #EAC271
Tints of Chenin #EAC271
RGB
CMYK
RGB Variations
Color information
#EAC271 (or 0xEAC271) is known color: Chenin. HEX triplet: EA, C2 and 71. RGB value is (234,194,113). Sum of RGB (Red+Green+Blue) = 234+194+113=541 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.25% from 541); Green value is 194 (76.17% from 255 or 35.86% from 541); Blue value is 113 (44.53% from 255 or 20.89% from 541); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC271 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC271 is #153D8E. Grayscale: #C5C5C5. Windows color (decimal): -1392015 or 7455466. OLE color: 7455466.
HSL color Cylindrical-coordinate representation of color #EAC271: hue angle of 40.17º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EAC271 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 194 | 113 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.08 |
| HSL | 40.17º | 0.74% | 0.68% | - |
| HSV(B) | 40.17º | 0.52% | 0.92% | - |
| XYZ | 56.2 | 57.27 | 23.71 | - |
| YUV | 196.73 | 80.75 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 194 | 113 | 0 | 0.17 | 0.52 | 0.08 | 40.17 | 0.74 | 0.68 |
| Hex | EA | C2 | 71 | 0 | 11 | 34 | 8 | 28 | 4A | 44 |
| Octal | 352 | 302 | 161 | 0 | 21 | 64 | 10 | 50 | 112 | 104 |
| Binary | 11101010 | 11000010 | 1110001 | 0 | 10001 | 110100 | 1000 | 101000 | 1001010 | 1000100 |
Color Harmonies of #EAC271
Complementary color
Monochromatic Colors of #EAC271
Black with #EAC271
Text Example
Text Example
White with #EAC271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAC271; }
p { color: rgb(234,194,113); }
H1.HeaderClassName
{
color: #EAC271;
}
.AnyTagClassName
{
color: #EAC271;
}
</style>
background-color css
<style>
a { background-color: #EAC271; }
a { background-color: rgb(234,194,113); }
div.DivClassName
{
background-color: #EAC271;
}
.BgClassName
{
background-color: #EAC271;
}
</style>
border-color css
<style>
span { border-color: #EAC271; }
span { border-color: rgb(234,194,113); }
td.TdClassName
{
border-color: #EAC271;
}
.TagClassName
{
border-color: #EAC271;
}
</style>