Shades of Casablanca #EEA74D
Tints of Casablanca #EEA74D
RGB
CMYK
RGB Variations
Color information
#EEA74D (or 0xEEA74D) is known color: Casablanca. HEX triplet: EE, A7 and 4D. RGB value is (238,167,77). Sum of RGB (Red+Green+Blue) = 238+167+77=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 77 (30.47% from 255 or 15.98% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA74D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA74D is #1158B2. Grayscale: #B2B2B2. Windows color (decimal): -1136819 or 5089262. OLE color: 5089262.
HSL color Cylindrical-coordinate representation of color #EEA74D: hue angle of 33.54º 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 #EEA74D is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 167 | 77 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.07 |
| HSL | 33.54º | 0.83% | 0.62% | - |
| HSV(B) | 33.54º | 0.68% | 0.93% | - |
| XYZ | 50.42 | 46.35 | 13.31 | - |
| YUV | 177.97 | 71.02 | 170.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 167 | 77 | 0 | 0.30 | 0.68 | 0.07 | 33.54 | 0.83 | 0.62 |
| Hex | EE | A7 | 4D | 0 | 1E | 44 | 7 | 22 | 53 | 3E |
| Octal | 356 | 247 | 115 | 0 | 36 | 104 | 7 | 42 | 123 | 76 |
| Binary | 11101110 | 10100111 | 1001101 | 0 | 11110 | 1000100 | 111 | 100010 | 1010011 | 111110 |
Color Harmonies of #EEA74D
Complementary color
Monochromatic Colors of #EEA74D
Black with #EEA74D
Text Example
Text Example
White with #EEA74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA74D; }
p { color: rgb(238,167,77); }
H1.HeaderClassName
{
color: #EEA74D;
}
.AnyTagClassName
{
color: #EEA74D;
}
</style>
background-color css
<style>
a { background-color: #EEA74D; }
a { background-color: rgb(238,167,77); }
div.DivClassName
{
background-color: #EEA74D;
}
.BgClassName
{
background-color: #EEA74D;
}
</style>
border-color css
<style>
span { border-color: #EEA74D; }
span { border-color: rgb(238,167,77); }
td.TdClassName
{
border-color: #EEA74D;
}
.TagClassName
{
border-color: #EEA74D;
}
</style>