Shades of Casablanca #E7AD4F
Tints of Casablanca #E7AD4F
RGB
CMYK
RGB Variations
Color information
#E7AD4F (or 0xE7AD4F) is known color: Casablanca. HEX triplet: E7, AD and 4F. RGB value is (231,173,79). Sum of RGB (Red+Green+Blue) = 231+173+79=483 (63% of max value = 765). Red value is 231 (90.62% from 255 or 47.83% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 79 (31.25% from 255 or 16.36% from 483); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AD4F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7AD4F is #1852B0. Grayscale: #B4B4B4. Windows color (decimal): -1594033 or 5221863. OLE color: 5221863.
HSL color Cylindrical-coordinate representation of color #E7AD4F: hue angle of 37.11º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E7AD4F is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 173 | 79 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.09 |
| HSL | 37.11º | 0.76% | 0.61% | - |
| HSV(B) | 37.11º | 0.66% | 0.91% | - |
| XYZ | 49.31 | 47.44 | 13.96 | - |
| YUV | 179.63 | 71.22 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 173 | 79 | 0 | 0.25 | 0.66 | 0.09 | 37.11 | 0.76 | 0.61 |
| Hex | E7 | AD | 4F | 0 | 19 | 42 | 9 | 25 | 4C | 3D |
| Octal | 347 | 255 | 117 | 0 | 31 | 102 | 11 | 45 | 114 | 75 |
| Binary | 11100111 | 10101101 | 1001111 | 0 | 11001 | 1000010 | 1001 | 100101 | 1001100 | 111101 |
Color Harmonies of #E7AD4F
Complementary color
Monochromatic Colors of #E7AD4F
Black with #E7AD4F
Text Example
Text Example
White with #E7AD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AD4F; }
p { color: rgb(231,173,79); }
H1.HeaderClassName
{
color: #E7AD4F;
}
.AnyTagClassName
{
color: #E7AD4F;
}
</style>
background-color css
<style>
a { background-color: #E7AD4F; }
a { background-color: rgb(231,173,79); }
div.DivClassName
{
background-color: #E7AD4F;
}
.BgClassName
{
background-color: #E7AD4F;
}
</style>
border-color css
<style>
span { border-color: #E7AD4F; }
span { border-color: rgb(231,173,79); }
td.TdClassName
{
border-color: #E7AD4F;
}
.TagClassName
{
border-color: #E7AD4F;
}
</style>