Shades of Casablanca #EAB05C
Tints of Casablanca #EAB05C
RGB
CMYK
RGB Variations
Color information
#EAB05C (or 0xEAB05C) is known color: Casablanca. HEX triplet: EA, B0 and 5C. RGB value is (234,176,92). Sum of RGB (Red+Green+Blue) = 234+176+92=502 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.61% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 92 (36.33% from 255 or 18.33% from 502); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB05C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB05C is #154FA3. Grayscale: #B8B8B8. Windows color (decimal): -1396644 or 6074602. OLE color: 6074602.
HSL color Cylindrical-coordinate representation of color #EAB05C: hue angle of 35.49º 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 #EAB05C is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 176 | 92 | - |
| CMYK | 0 | 0.25 | 0.61 | 0.08 |
| HSL | 35.49º | 0.77% | 0.64% | - |
| HSV(B) | 35.49º | 0.61% | 0.92% | - |
| XYZ | 51.39 | 49.32 | 16.94 | - |
| YUV | 183.77 | 76.22 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 176 | 92 | 0 | 0.25 | 0.61 | 0.08 | 35.49 | 0.77 | 0.64 |
| Hex | EA | B0 | 5C | 0 | 19 | 3D | 8 | 23 | 4D | 40 |
| Octal | 352 | 260 | 134 | 0 | 31 | 75 | 10 | 43 | 115 | 100 |
| Binary | 11101010 | 10110000 | 1011100 | 0 | 11001 | 111101 | 1000 | 100011 | 1001101 | 1000000 |
Color Harmonies of #EAB05C
Complementary color
Monochromatic Colors of #EAB05C
Black with #EAB05C
Text Example
Text Example
White with #EAB05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB05C; }
p { color: rgb(234,176,92); }
H1.HeaderClassName
{
color: #EAB05C;
}
.AnyTagClassName
{
color: #EAB05C;
}
</style>
background-color css
<style>
a { background-color: #EAB05C; }
a { background-color: rgb(234,176,92); }
div.DivClassName
{
background-color: #EAB05C;
}
.BgClassName
{
background-color: #EAB05C;
}
</style>
border-color css
<style>
span { border-color: #EAB05C; }
span { border-color: rgb(234,176,92); }
td.TdClassName
{
border-color: #EAB05C;
}
.TagClassName
{
border-color: #EAB05C;
}
</style>