Shades of Casablanca #E7B25C
Tints of Casablanca #E7B25C
RGB
CMYK
RGB Variations
Color information
#E7B25C (or 0xE7B25C) is known color: Casablanca. HEX triplet: E7, B2 and 5C. RGB value is (231,178,92). Sum of RGB (Red+Green+Blue) = 231+178+92=501 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.11% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 92 (36.33% from 255 or 18.36% from 501); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B25C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7B25C is #184DA3. Grayscale: #B8B8B8. Windows color (decimal): -1592740 or 6075111. OLE color: 6075111.
HSL color Cylindrical-coordinate representation of color #E7B25C: hue angle of 37.12º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E7B25C is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 178 | 92 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.09 |
| HSL | 37.12º | 0.74% | 0.63% | - |
| HSV(B) | 37.12º | 0.6% | 0.91% | - |
| XYZ | 50.81 | 49.6 | 17.02 | - |
| YUV | 184.04 | 76.06 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 178 | 92 | 0 | 0.23 | 0.60 | 0.09 | 37.12 | 0.74 | 0.63 |
| Hex | E7 | B2 | 5C | 0 | 17 | 3C | 9 | 25 | 4A | 3F |
| Octal | 347 | 262 | 134 | 0 | 27 | 74 | 11 | 45 | 112 | 77 |
| Binary | 11100111 | 10110010 | 1011100 | 0 | 10111 | 111100 | 1001 | 100101 | 1001010 | 111111 |
Color Harmonies of #E7B25C
Complementary color
Monochromatic Colors of #E7B25C
Black with #E7B25C
Text Example
Text Example
White with #E7B25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7B25C; }
p { color: rgb(231,178,92); }
H1.HeaderClassName
{
color: #E7B25C;
}
.AnyTagClassName
{
color: #E7B25C;
}
</style>
background-color css
<style>
a { background-color: #E7B25C; }
a { background-color: rgb(231,178,92); }
div.DivClassName
{
background-color: #E7B25C;
}
.BgClassName
{
background-color: #E7B25C;
}
</style>
border-color css
<style>
span { border-color: #E7B25C; }
span { border-color: rgb(231,178,92); }
td.TdClassName
{
border-color: #E7B25C;
}
.TagClassName
{
border-color: #E7B25C;
}
</style>