Shades of Chenin #EBC470
Tints of Chenin #EBC470
RGB
CMYK
RGB Variations
Color information
#EBC470 (or 0xEBC470) is known color: Chenin. HEX triplet: EB, C4 and 70. RGB value is (235,196,112). Sum of RGB (Red+Green+Blue) = 235+196+112=543 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.28% from 543); Green value is 196 (76.95% from 255 or 36.10% from 543); Blue value is 112 (44.14% from 255 or 20.63% from 543); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC470 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC470 is #143B8F. Grayscale: #C6C6C6. Windows color (decimal): -1325968 or 7390443. OLE color: 7390443.
HSL color Cylindrical-coordinate representation of color #EBC470: hue angle of 40.98º degrees, saturation: 0.75, 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 #EBC470 is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 196 | 112 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.08 |
| HSL | 40.98º | 0.75% | 0.68% | - |
| HSV(B) | 40.98º | 0.52% | 0.92% | - |
| XYZ | 56.93 | 58.31 | 23.58 | - |
| YUV | 198.09 | 79.42 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 196 | 112 | 0 | 0.17 | 0.52 | 0.08 | 40.98 | 0.75 | 0.68 |
| Hex | EB | C4 | 70 | 0 | 11 | 34 | 8 | 29 | 4B | 44 |
| Octal | 353 | 304 | 160 | 0 | 21 | 64 | 10 | 51 | 113 | 104 |
| Binary | 11101011 | 11000100 | 1110000 | 0 | 10001 | 110100 | 1000 | 101001 | 1001011 | 1000100 |
Color Harmonies of #EBC470
Complementary color
Monochromatic Colors of #EBC470
Black with #EBC470
Text Example
Text Example
White with #EBC470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBC470; }
p { color: rgb(235,196,112); }
H1.HeaderClassName
{
color: #EBC470;
}
.AnyTagClassName
{
color: #EBC470;
}
</style>
background-color css
<style>
a { background-color: #EBC470; }
a { background-color: rgb(235,196,112); }
div.DivClassName
{
background-color: #EBC470;
}
.BgClassName
{
background-color: #EBC470;
}
</style>
border-color css
<style>
span { border-color: #EBC470; }
span { border-color: rgb(235,196,112); }
td.TdClassName
{
border-color: #EBC470;
}
.TagClassName
{
border-color: #EBC470;
}
</style>