Shades of Casablanca #EEA54F
Tints of Casablanca #EEA54F
RGB
CMYK
RGB Variations
Color information
#EEA54F (or 0xEEA54F) is known color: Casablanca. HEX triplet: EE, A5 and 4F. RGB value is (238,165,79). Sum of RGB (Red+Green+Blue) = 238+165+79=482 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.38% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 79 (31.25% from 255 or 16.39% from 482); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA54F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA54F is #115AB0. Grayscale: #B1B1B1. Windows color (decimal): -1137329 or 5219822. OLE color: 5219822.
HSL color Cylindrical-coordinate representation of color #EEA54F: hue angle of 32.45º 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 #EEA54F is Cyan = 0, Magento = 0.31, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 165 | 79 | - |
| CMYK | 0 | 0.31 | 0.67 | 0.07 |
| HSL | 32.45º | 0.82% | 0.62% | - |
| HSV(B) | 32.45º | 0.67% | 0.93% | - |
| XYZ | 50.13 | 45.65 | 13.57 | - |
| YUV | 177.02 | 72.68 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 165 | 79 | 0 | 0.31 | 0.67 | 0.07 | 32.45 | 0.82 | 0.62 |
| Hex | EE | A5 | 4F | 0 | 1F | 43 | 7 | 20 | 52 | 3E |
| Octal | 356 | 245 | 117 | 0 | 37 | 103 | 7 | 40 | 122 | 76 |
| Binary | 11101110 | 10100101 | 1001111 | 0 | 11111 | 1000011 | 111 | 100000 | 1010010 | 111110 |
Color Harmonies of #EEA54F
Complementary color
Monochromatic Colors of #EEA54F
Black with #EEA54F
Text Example
Text Example
White with #EEA54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA54F; }
p { color: rgb(238,165,79); }
H1.HeaderClassName
{
color: #EEA54F;
}
.AnyTagClassName
{
color: #EEA54F;
}
</style>
background-color css
<style>
a { background-color: #EEA54F; }
a { background-color: rgb(238,165,79); }
div.DivClassName
{
background-color: #EEA54F;
}
.BgClassName
{
background-color: #EEA54F;
}
</style>
border-color css
<style>
span { border-color: #EEA54F; }
span { border-color: rgb(238,165,79); }
td.TdClassName
{
border-color: #EEA54F;
}
.TagClassName
{
border-color: #EEA54F;
}
</style>