Shades of Casablanca #EAB04D
Tints of Casablanca #EAB04D
RGB
CMYK
RGB Variations
Color information
#EAB04D (or 0xEAB04D) is known color: Casablanca. HEX triplet: EA, B0 and 4D. RGB value is (234,176,77). Sum of RGB (Red+Green+Blue) = 234+176+77=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 77 (30.47% from 255 or 15.81% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EAB04D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAB04D is #154FB2. Grayscale: #B6B6B6. Windows color (decimal): -1396659 or 5091562. OLE color: 5091562.
HSL color Cylindrical-coordinate representation of color #EAB04D: hue angle of 37.83º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EAB04D is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 176 | 77 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.08 |
| HSL | 37.83º | 0.79% | 0.61% | - |
| HSV(B) | 37.83º | 0.67% | 0.92% | - |
| XYZ | 50.8 | 49.08 | 13.82 | - |
| YUV | 182.06 | 68.72 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 176 | 77 | 0 | 0.25 | 0.67 | 0.08 | 37.83 | 0.79 | 0.61 |
| Hex | EA | B0 | 4D | 0 | 19 | 43 | 8 | 26 | 4F | 3D |
| Octal | 352 | 260 | 115 | 0 | 31 | 103 | 10 | 46 | 117 | 75 |
| Binary | 11101010 | 10110000 | 1001101 | 0 | 11001 | 1000011 | 1000 | 100110 | 1001111 | 111101 |
Color Harmonies of #EAB04D
Complementary color
Monochromatic Colors of #EAB04D
Black with #EAB04D
Text Example
Text Example
White with #EAB04D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAB04D; }
p { color: rgb(234,176,77); }
H1.HeaderClassName
{
color: #EAB04D;
}
.AnyTagClassName
{
color: #EAB04D;
}
</style>
background-color css
<style>
a { background-color: #EAB04D; }
a { background-color: rgb(234,176,77); }
div.DivClassName
{
background-color: #EAB04D;
}
.BgClassName
{
background-color: #EAB04D;
}
</style>
border-color css
<style>
span { border-color: #EAB04D; }
span { border-color: rgb(234,176,77); }
td.TdClassName
{
border-color: #EAB04D;
}
.TagClassName
{
border-color: #EAB04D;
}
</style>