Shades of Casablanca #EEA84B
Tints of Casablanca #EEA84B
RGB
CMYK
RGB Variations
Color information
#EEA84B (or 0xEEA84B) is known color: Casablanca. HEX triplet: EE, A8 and 4B. RGB value is (238,168,75). Sum of RGB (Red+Green+Blue) = 238+168+75=481 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.48% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 75 (29.69% from 255 or 15.59% from 481); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA84B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA84B is #1157B4. Grayscale: #B2B2B2. Windows color (decimal): -1136565 or 4958446. OLE color: 4958446.
HSL color Cylindrical-coordinate representation of color #EEA84B: hue angle of 34.23º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EEA84B is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 168 | 75 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.07 |
| HSL | 34.23º | 0.83% | 0.61% | - |
| HSV(B) | 34.23º | 0.68% | 0.93% | - |
| XYZ | 50.53 | 46.69 | 13.01 | - |
| YUV | 178.33 | 69.69 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 168 | 75 | 0 | 0.29 | 0.68 | 0.07 | 34.23 | 0.83 | 0.61 |
| Hex | EE | A8 | 4B | 0 | 1D | 44 | 7 | 22 | 53 | 3D |
| Octal | 356 | 250 | 113 | 0 | 35 | 104 | 7 | 42 | 123 | 75 |
| Binary | 11101110 | 10101000 | 1001011 | 0 | 11101 | 1000100 | 111 | 100010 | 1010011 | 111101 |
Color Harmonies of #EEA84B
Complementary color
Monochromatic Colors of #EEA84B
Black with #EEA84B
Text Example
Text Example
White with #EEA84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEA84B; }
p { color: rgb(238,168,75); }
H1.HeaderClassName
{
color: #EEA84B;
}
.AnyTagClassName
{
color: #EEA84B;
}
</style>
background-color css
<style>
a { background-color: #EEA84B; }
a { background-color: rgb(238,168,75); }
div.DivClassName
{
background-color: #EEA84B;
}
.BgClassName
{
background-color: #EEA84B;
}
</style>
border-color css
<style>
span { border-color: #EEA84B; }
span { border-color: rgb(238,168,75); }
td.TdClassName
{
border-color: #EEA84B;
}
.TagClassName
{
border-color: #EEA84B;
}
</style>