Shades of Casablanca #EAAA5C
Tints of Casablanca #EAAA5C
RGB
CMYK
RGB Variations
Color information
#EAAA5C (or 0xEAAA5C) is known color: Casablanca. HEX triplet: EA, AA and 5C. RGB value is (234,170,92). Sum of RGB (Red+Green+Blue) = 234+170+92=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 92 (36.33% from 255 or 18.55% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAA5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAA5C is #1555A3. Grayscale: #B4B4B4. Windows color (decimal): -1398180 or 6073066. OLE color: 6073066.
HSL color Cylindrical-coordinate representation of color #EAAA5C: hue angle of 32.96º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EAAA5C is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 170 | 92 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.08 |
| HSL | 32.96º | 0.77% | 0.64% | - |
| HSV(B) | 32.96º | 0.61% | 0.92% | - |
| XYZ | 50.24 | 47.01 | 16.55 | - |
| YUV | 180.24 | 78.2 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 170 | 92 | 0 | 0.27 | 0.61 | 0.08 | 32.96 | 0.77 | 0.64 |
| Hex | EA | AA | 5C | 0 | 1B | 3D | 8 | 21 | 4D | 40 |
| Octal | 352 | 252 | 134 | 0 | 33 | 75 | 10 | 41 | 115 | 100 |
| Binary | 11101010 | 10101010 | 1011100 | 0 | 11011 | 111101 | 1000 | 100001 | 1001101 | 1000000 |
Color Harmonies of #EAAA5C
Complementary color
Monochromatic Colors of #EAAA5C
Black with #EAAA5C
Text Example
Text Example
White with #EAAA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAA5C; }
p { color: rgb(234,170,92); }
H1.HeaderClassName
{
color: #EAAA5C;
}
.AnyTagClassName
{
color: #EAAA5C;
}
</style>
background-color css
<style>
a { background-color: #EAAA5C; }
a { background-color: rgb(234,170,92); }
div.DivClassName
{
background-color: #EAAA5C;
}
.BgClassName
{
background-color: #EAAA5C;
}
</style>
border-color css
<style>
span { border-color: #EAAA5C; }
span { border-color: rgb(234,170,92); }
td.TdClassName
{
border-color: #EAAA5C;
}
.TagClassName
{
border-color: #EAAA5C;
}
</style>