Shades of Casablanca #E7AD4A
Tints of Casablanca #E7AD4A
RGB
CMYK
RGB Variations
Color information
#E7AD4A (or 0xE7AD4A) is known color: Casablanca. HEX triplet: E7, AD and 4A. RGB value is (231,173,74). Sum of RGB (Red+Green+Blue) = 231+173+74=478 (63% of max value = 765). Red value is 231 (90.62% from 255 or 48.33% from 478); Green value is 173 (67.97% from 255 or 36.19% from 478); Blue value is 74 (29.30% from 255 or 15.48% from 478); Max value from RGB is 231 - color contains mainly: red. Hex color #E7AD4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7AD4A is #1852B5. Grayscale: #B3B3B3. Windows color (decimal): -1594038 or 4894183. OLE color: 4894183.
HSL color Cylindrical-coordinate representation of color #E7AD4A: hue angle of 37.83º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E7AD4A is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 173 | 74 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.09 |
| HSL | 37.83º | 0.77% | 0.6% | - |
| HSV(B) | 37.83º | 0.68% | 0.91% | - |
| XYZ | 49.13 | 47.37 | 13.03 | - |
| YUV | 179.06 | 68.72 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 173 | 74 | 0 | 0.25 | 0.68 | 0.09 | 37.83 | 0.77 | 0.6 |
| Hex | E7 | AD | 4A | 0 | 19 | 44 | 9 | 26 | 4D | 3C |
| Octal | 347 | 255 | 112 | 0 | 31 | 104 | 11 | 46 | 115 | 74 |
| Binary | 11100111 | 10101101 | 1001010 | 0 | 11001 | 1000100 | 1001 | 100110 | 1001101 | 111100 |
Color Harmonies of #E7AD4A
Complementary color
Monochromatic Colors of #E7AD4A
Black with #E7AD4A
Text Example
Text Example
White with #E7AD4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7AD4A; }
p { color: rgb(231,173,74); }
H1.HeaderClassName
{
color: #E7AD4A;
}
.AnyTagClassName
{
color: #E7AD4A;
}
</style>
background-color css
<style>
a { background-color: #E7AD4A; }
a { background-color: rgb(231,173,74); }
div.DivClassName
{
background-color: #E7AD4A;
}
.BgClassName
{
background-color: #E7AD4A;
}
</style>
border-color css
<style>
span { border-color: #E7AD4A; }
span { border-color: rgb(231,173,74); }
td.TdClassName
{
border-color: #E7AD4A;
}
.TagClassName
{
border-color: #E7AD4A;
}
</style>