Shades of Casablanca #EEA64C
Tints of Casablanca #EEA64C
RGB
CMYK
RGB Variations
Color information
#EEA64C (or 0xEEA64C) is known color: Casablanca. HEX triplet: EE, A6 and 4C. RGB value is (238,166,76). Sum of RGB (Red+Green+Blue) = 238+166+76=480 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.58% from 480); Green value is 166 (65.23% from 255 or 34.58% from 480); Blue value is 76 (30.08% from 255 or 15.83% from 480); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA64C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA64C is #1159B3. Grayscale: #B1B1B1. Windows color (decimal): -1137076 or 5023470. OLE color: 5023470.
HSL color Cylindrical-coordinate representation of color #EEA64C: hue angle of 33.33º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EEA64C is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 166 | 76 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.07 |
| HSL | 33.33º | 0.83% | 0.62% | - |
| HSV(B) | 33.33º | 0.68% | 0.93% | - |
| XYZ | 50.2 | 45.97 | 13.06 | - |
| YUV | 177.27 | 70.85 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 166 | 76 | 0 | 0.30 | 0.68 | 0.07 | 33.33 | 0.83 | 0.62 |
| Hex | EE | A6 | 4C | 0 | 1E | 44 | 7 | 21 | 53 | 3E |
| Octal | 356 | 246 | 114 | 0 | 36 | 104 | 7 | 41 | 123 | 76 |
| Binary | 11101110 | 10100110 | 1001100 | 0 | 11110 | 1000100 | 111 | 100001 | 1010011 | 111110 |
Color Harmonies of #EEA64C
Complementary color
Monochromatic Colors of #EEA64C
Black with #EEA64C
Text Example
Text Example
White with #EEA64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA64C; }
p { color: rgb(238,166,76); }
H1.HeaderClassName
{
color: #EEA64C;
}
.AnyTagClassName
{
color: #EEA64C;
}
</style>
background-color css
<style>
a { background-color: #EEA64C; }
a { background-color: rgb(238,166,76); }
div.DivClassName
{
background-color: #EEA64C;
}
.BgClassName
{
background-color: #EEA64C;
}
</style>
border-color css
<style>
span { border-color: #EEA64C; }
span { border-color: rgb(238,166,76); }
td.TdClassName
{
border-color: #EEA64C;
}
.TagClassName
{
border-color: #EEA64C;
}
</style>