Shades of Casablanca #EAB05D
Tints of Casablanca #EAB05D
RGB
CMYK
RGB Variations
Color information
#EAB05D (or 0xEAB05D) is known color: Casablanca. HEX triplet: EA, B0 and 5D. RGB value is (234,176,93). Sum of RGB (Red+Green+Blue) = 234+176+93=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 93 (36.72% from 255 or 18.49% from 503); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB05D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB05D is #154FA2. Grayscale: #B8B8B8. Windows color (decimal): -1396643 or 6140138. OLE color: 6140138.
HSL color Cylindrical-coordinate representation of color #EAB05D: hue angle of 35.32º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EAB05D is Cyan = 0, Magento = 0.25, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 176 | 93 | - |
| CMYK | 0 | 0.25 | 0.60 | 0.08 |
| HSL | 35.32º | 0.77% | 0.64% | - |
| HSV(B) | 35.32º | 0.6% | 0.92% | - |
| XYZ | 51.43 | 49.33 | 17.17 | - |
| YUV | 183.88 | 76.72 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 176 | 93 | 0 | 0.25 | 0.60 | 0.08 | 35.32 | 0.77 | 0.64 |
| Hex | EA | B0 | 5D | 0 | 19 | 3C | 8 | 23 | 4D | 40 |
| Octal | 352 | 260 | 135 | 0 | 31 | 74 | 10 | 43 | 115 | 100 |
| Binary | 11101010 | 10110000 | 1011101 | 0 | 11001 | 111100 | 1000 | 100011 | 1001101 | 1000000 |
Color Harmonies of #EAB05D
Complementary color
Monochromatic Colors of #EAB05D
Black with #EAB05D
Text Example
Text Example
White with #EAB05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB05D; }
p { color: rgb(234,176,93); }
H1.HeaderClassName
{
color: #EAB05D;
}
.AnyTagClassName
{
color: #EAB05D;
}
</style>
background-color css
<style>
a { background-color: #EAB05D; }
a { background-color: rgb(234,176,93); }
div.DivClassName
{
background-color: #EAB05D;
}
.BgClassName
{
background-color: #EAB05D;
}
</style>
border-color css
<style>
span { border-color: #EAB05D; }
span { border-color: rgb(234,176,93); }
td.TdClassName
{
border-color: #EAB05D;
}
.TagClassName
{
border-color: #EAB05D;
}
</style>