Shades of Casablanca #EAA44D
Tints of Casablanca #EAA44D
RGB
CMYK
RGB Variations
Color information
#EAA44D (or 0xEAA44D) is known color: Casablanca. HEX triplet: EA, A4 and 4D. RGB value is (234,164,77). Sum of RGB (Red+Green+Blue) = 234+164+77=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 77 (30.47% from 255 or 16.21% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA44D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA44D is #155BB2. Grayscale: #AFAFAF. Windows color (decimal): -1399731 or 5088490. OLE color: 5088490.
HSL color Cylindrical-coordinate representation of color #EAA44D: hue angle of 33.25º 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 #EAA44D is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 164 | 77 | - |
| CMYK | 0 | 0.30 | 0.67 | 0.08 |
| HSL | 33.25º | 0.79% | 0.61% | - |
| HSV(B) | 33.25º | 0.67% | 0.92% | - |
| XYZ | 48.55 | 44.58 | 13.07 | - |
| YUV | 175.01 | 72.69 | 170.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 164 | 77 | 0 | 0.30 | 0.67 | 0.08 | 33.25 | 0.79 | 0.61 |
| Hex | EA | A4 | 4D | 0 | 1E | 43 | 8 | 21 | 4F | 3D |
| Octal | 352 | 244 | 115 | 0 | 36 | 103 | 10 | 41 | 117 | 75 |
| Binary | 11101010 | 10100100 | 1001101 | 0 | 11110 | 1000011 | 1000 | 100001 | 1001111 | 111101 |
Color Harmonies of #EAA44D
Complementary color
Monochromatic Colors of #EAA44D
Black with #EAA44D
Text Example
Text Example
White with #EAA44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EAA44D; }
p { color: rgb(234,164,77); }
H1.HeaderClassName
{
color: #EAA44D;
}
.AnyTagClassName
{
color: #EAA44D;
}
</style>
background-color css
<style>
a { background-color: #EAA44D; }
a { background-color: rgb(234,164,77); }
div.DivClassName
{
background-color: #EAA44D;
}
.BgClassName
{
background-color: #EAA44D;
}
</style>
border-color css
<style>
span { border-color: #EAA44D; }
span { border-color: rgb(234,164,77); }
td.TdClassName
{
border-color: #EAA44D;
}
.TagClassName
{
border-color: #EAA44D;
}
</style>