Shades of Casablanca #EAAB5C
Tints of Casablanca #EAAB5C
RGB
CMYK
RGB Variations
Color information
#EAAB5C (or 0xEAAB5C) is known color: Casablanca. HEX triplet: EA, AB and 5C. RGB value is (234,171,92). Sum of RGB (Red+Green+Blue) = 234+171+92=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 92 (36.33% from 255 or 18.51% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EAAB5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAAB5C is #1554A3. Grayscale: #B5B5B5. Windows color (decimal): -1397924 or 6073322. OLE color: 6073322.
HSL color Cylindrical-coordinate representation of color #EAAB5C: hue angle of 33.38º 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 #EAAB5C is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 171 | 92 | - |
| CMYK | 0 | 0.27 | 0.61 | 0.08 |
| HSL | 33.38º | 0.77% | 0.64% | - |
| HSV(B) | 33.38º | 0.61% | 0.92% | - |
| XYZ | 50.43 | 47.39 | 16.61 | - |
| YUV | 180.83 | 77.87 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 171 | 92 | 0 | 0.27 | 0.61 | 0.08 | 33.38 | 0.77 | 0.64 |
| Hex | EA | AB | 5C | 0 | 1B | 3D | 8 | 21 | 4D | 40 |
| Octal | 352 | 253 | 134 | 0 | 33 | 75 | 10 | 41 | 115 | 100 |
| Binary | 11101010 | 10101011 | 1011100 | 0 | 11011 | 111101 | 1000 | 100001 | 1001101 | 1000000 |
Color Harmonies of #EAAB5C
Complementary color
Monochromatic Colors of #EAAB5C
Black with #EAAB5C
Text Example
Text Example
White with #EAAB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAAB5C; }
p { color: rgb(234,171,92); }
H1.HeaderClassName
{
color: #EAAB5C;
}
.AnyTagClassName
{
color: #EAAB5C;
}
</style>
background-color css
<style>
a { background-color: #EAAB5C; }
a { background-color: rgb(234,171,92); }
div.DivClassName
{
background-color: #EAAB5C;
}
.BgClassName
{
background-color: #EAAB5C;
}
</style>
border-color css
<style>
span { border-color: #EAAB5C; }
span { border-color: rgb(234,171,92); }
td.TdClassName
{
border-color: #EAAB5C;
}
.TagClassName
{
border-color: #EAAB5C;
}
</style>