Shades of Chenin #E5C269
Tints of Chenin #E5C269
RGB
CMYK
RGB Variations
Color information
#E5C269 (or 0xE5C269) is known color: Chenin. HEX triplet: E5, C2 and 69. RGB value is (229,194,105). Sum of RGB (Red+Green+Blue) = 229+194+105=528 (69% of max value = 765). Red value is 229 (89.84% from 255 or 43.37% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 105 (41.41% from 255 or 19.89% from 528); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C269 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5C269 is #1A3D96. Grayscale: #C2C2C2. Windows color (decimal): -1719703 or 6931173. OLE color: 6931173.
HSL color Cylindrical-coordinate representation of color #E5C269: hue angle of 43.06º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E5C269 is Cyan = 0, Magento = 0.15, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 194 | 105 | - |
| CMYK | 0 | 0.15 | 0.54 | 0.10 |
| HSL | 43.06º | 0.7% | 0.65% | - |
| HSV(B) | 43.06º | 0.54% | 0.9% | - |
| XYZ | 54.15 | 56.26 | 21.37 | - |
| YUV | 194.32 | 77.6 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 194 | 105 | 0 | 0.15 | 0.54 | 0.10 | 43.06 | 0.7 | 0.65 |
| Hex | E5 | C2 | 69 | 0 | F | 36 | A | 2B | 46 | 41 |
| Octal | 345 | 302 | 151 | 0 | 17 | 66 | 12 | 53 | 106 | 101 |
| Binary | 11100101 | 11000010 | 1101001 | 0 | 1111 | 110110 | 1010 | 101011 | 1000110 | 1000001 |
Color Harmonies of #E5C269
Complementary color
Monochromatic Colors of #E5C269
Black with #E5C269
Text Example
Text Example
White with #E5C269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5C269; }
p { color: rgb(229,194,105); }
H1.HeaderClassName
{
color: #E5C269;
}
.AnyTagClassName
{
color: #E5C269;
}
</style>
background-color css
<style>
a { background-color: #E5C269; }
a { background-color: rgb(229,194,105); }
div.DivClassName
{
background-color: #E5C269;
}
.BgClassName
{
background-color: #E5C269;
}
</style>
border-color css
<style>
span { border-color: #E5C269; }
span { border-color: rgb(229,194,105); }
td.TdClassName
{
border-color: #E5C269;
}
.TagClassName
{
border-color: #E5C269;
}
</style>