Shades of Casablanca #EEA54E
Tints of Casablanca #EEA54E
RGB
CMYK
RGB Variations
Color information
#EEA54E (or 0xEEA54E) is known color: Casablanca. HEX triplet: EE, A5 and 4E. RGB value is (238,165,78). Sum of RGB (Red+Green+Blue) = 238+165+78=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 165 (64.84% from 255 or 34.30% from 481); Blue value is 78 (30.86% from 255 or 16.22% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA54E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA54E is #115AB1. Grayscale: #B1B1B1. Windows color (decimal): -1137330 or 5154286. OLE color: 5154286.
HSL color Cylindrical-coordinate representation of color #EEA54E: hue angle of 32.62º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EEA54E is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 165 | 78 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.07 |
| HSL | 32.63º | 0.82% | 0.62% | - |
| HSV(B) | 32.63º | 0.67% | 0.93% | - |
| XYZ | 50.09 | 45.64 | 13.38 | - |
| YUV | 176.91 | 72.18 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 165 | 78 | 0 | 0.31 | 0.67 | 0.07 | 32.63 | 0.82 | 0.62 |
| Hex | EE | A5 | 4E | 0 | 1F | 43 | 7 | 21 | 52 | 3E |
| Octal | 356 | 245 | 116 | 0 | 37 | 103 | 7 | 41 | 122 | 76 |
| Binary | 11101110 | 10100101 | 1001110 | 0 | 11111 | 1000011 | 111 | 100001 | 1010010 | 111110 |
Color Harmonies of #EEA54E
Complementary color
Monochromatic Colors of #EEA54E
Black with #EEA54E
Text Example
Text Example
White with #EEA54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA54E; }
p { color: rgb(238,165,78); }
H1.HeaderClassName
{
color: #EEA54E;
}
.AnyTagClassName
{
color: #EEA54E;
}
</style>
background-color css
<style>
a { background-color: #EEA54E; }
a { background-color: rgb(238,165,78); }
div.DivClassName
{
background-color: #EEA54E;
}
.BgClassName
{
background-color: #EEA54E;
}
</style>
border-color css
<style>
span { border-color: #EEA54E; }
span { border-color: rgb(238,165,78); }
td.TdClassName
{
border-color: #EEA54E;
}
.TagClassName
{
border-color: #EEA54E;
}
</style>