Shades of Casablanca #EEB65A
Tints of Casablanca #EEB65A
RGB
CMYK
RGB Variations
Color information
#EEB65A (or 0xEEB65A) is known color: Casablanca. HEX triplet: EE, B6 and 5A. RGB value is (238,182,90). Sum of RGB (Red+Green+Blue) = 238+182+90=510 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.67% from 510); Green value is 182 (71.48% from 255 or 35.69% from 510); Blue value is 90 (35.55% from 255 or 17.65% from 510); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB65A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB65A is #1149A5. Grayscale: #BCBCBC. Windows color (decimal): -1132966 or 5945070. OLE color: 5945070.
HSL color Cylindrical-coordinate representation of color #EEB65A: hue angle of 37.3º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EEB65A is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 182 | 90 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.07 |
| HSL | 37.3º | 0.81% | 0.64% | - |
| HSV(B) | 37.3º | 0.62% | 0.93% | - |
| XYZ | 53.83 | 52.37 | 16.94 | - |
| YUV | 188.26 | 72.55 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 182 | 90 | 0 | 0.24 | 0.62 | 0.07 | 37.3 | 0.81 | 0.64 |
| Hex | EE | B6 | 5A | 0 | 18 | 3E | 7 | 25 | 51 | 40 |
| Octal | 356 | 266 | 132 | 0 | 30 | 76 | 7 | 45 | 121 | 100 |
| Binary | 11101110 | 10110110 | 1011010 | 0 | 11000 | 111110 | 111 | 100101 | 1010001 | 1000000 |
Color Harmonies of #EEB65A
Complementary color
Monochromatic Colors of #EEB65A
Black with #EEB65A
Text Example
Text Example
White with #EEB65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB65A; }
p { color: rgb(238,182,90); }
H1.HeaderClassName
{
color: #EEB65A;
}
.AnyTagClassName
{
color: #EEB65A;
}
</style>
background-color css
<style>
a { background-color: #EEB65A; }
a { background-color: rgb(238,182,90); }
div.DivClassName
{
background-color: #EEB65A;
}
.BgClassName
{
background-color: #EEB65A;
}
</style>
border-color css
<style>
span { border-color: #EEB65A; }
span { border-color: rgb(238,182,90); }
td.TdClassName
{
border-color: #EEB65A;
}
.TagClassName
{
border-color: #EEB65A;
}
</style>