Shades of Casablanca #EAB45C
Tints of Casablanca #EAB45C
RGB
CMYK
RGB Variations
Color information
#EAB45C (or 0xEAB45C) is known color: Casablanca. HEX triplet: EA, B4 and 5C. RGB value is (234,180,92). Sum of RGB (Red+Green+Blue) = 234+180+92=506 (67% of max value = 765). Red value is 234 (91.80% from 255 or 46.25% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 92 (36.33% from 255 or 18.18% from 506); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB45C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAB45C is #154BA3. Grayscale: #BABABA. Windows color (decimal): -1395620 or 6075626. OLE color: 6075626.
HSL color Cylindrical-coordinate representation of color #EAB45C: hue angle of 37.18º 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 #EAB45C is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 180 | 92 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.08 |
| HSL | 37.18º | 0.77% | 0.64% | - |
| HSV(B) | 37.18º | 0.61% | 0.92% | - |
| XYZ | 52.18 | 50.91 | 17.2 | - |
| YUV | 186.11 | 74.89 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 180 | 92 | 0 | 0.23 | 0.61 | 0.08 | 37.18 | 0.77 | 0.64 |
| Hex | EA | B4 | 5C | 0 | 17 | 3D | 8 | 25 | 4D | 40 |
| Octal | 352 | 264 | 134 | 0 | 27 | 75 | 10 | 45 | 115 | 100 |
| Binary | 11101010 | 10110100 | 1011100 | 0 | 10111 | 111101 | 1000 | 100101 | 1001101 | 1000000 |
Color Harmonies of #EAB45C
Complementary color
Monochromatic Colors of #EAB45C
Black with #EAB45C
Text Example
Text Example
White with #EAB45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB45C; }
p { color: rgb(234,180,92); }
H1.HeaderClassName
{
color: #EAB45C;
}
.AnyTagClassName
{
color: #EAB45C;
}
</style>
background-color css
<style>
a { background-color: #EAB45C; }
a { background-color: rgb(234,180,92); }
div.DivClassName
{
background-color: #EAB45C;
}
.BgClassName
{
background-color: #EAB45C;
}
</style>
border-color css
<style>
span { border-color: #EAB45C; }
span { border-color: rgb(234,180,92); }
td.TdClassName
{
border-color: #EAB45C;
}
.TagClassName
{
border-color: #EAB45C;
}
</style>