Shades of Casablanca #EEB65C
Tints of Casablanca #EEB65C
RGB
CMYK
RGB Variations
Color information
#EEB65C (or 0xEEB65C) is known color: Casablanca. HEX triplet: EE, B6 and 5C. RGB value is (238,182,92). Sum of RGB (Red+Green+Blue) = 238+182+92=512 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.48% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 92 (36.33% from 255 or 17.97% from 512); Max value from RGB is 238 - color contains mainly: red. Hex color #EEB65C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEB65C is #1149A3. Grayscale: #BCBCBC. Windows color (decimal): -1132964 or 6076142. OLE color: 6076142.
HSL color Cylindrical-coordinate representation of color #EEB65C: hue angle of 36.99º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EEB65C is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 182 | 92 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.07 |
| HSL | 36.99º | 0.81% | 0.65% | - |
| HSV(B) | 36.99º | 0.61% | 0.93% | - |
| XYZ | 53.92 | 52.41 | 17.4 | - |
| YUV | 188.48 | 73.55 | 163.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 182 | 92 | 0 | 0.24 | 0.61 | 0.07 | 36.99 | 0.81 | 0.65 |
| Hex | EE | B6 | 5C | 0 | 18 | 3D | 7 | 25 | 51 | 41 |
| Octal | 356 | 266 | 134 | 0 | 30 | 75 | 7 | 45 | 121 | 101 |
| Binary | 11101110 | 10110110 | 1011100 | 0 | 11000 | 111101 | 111 | 100101 | 1010001 | 1000001 |
Color Harmonies of #EEB65C
Complementary color
Monochromatic Colors of #EEB65C
Black with #EEB65C
Text Example
Text Example
White with #EEB65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EEB65C; }
p { color: rgb(238,182,92); }
H1.HeaderClassName
{
color: #EEB65C;
}
.AnyTagClassName
{
color: #EEB65C;
}
</style>
background-color css
<style>
a { background-color: #EEB65C; }
a { background-color: rgb(238,182,92); }
div.DivClassName
{
background-color: #EEB65C;
}
.BgClassName
{
background-color: #EEB65C;
}
</style>
border-color css
<style>
span { border-color: #EEB65C; }
span { border-color: rgb(238,182,92); }
td.TdClassName
{
border-color: #EEB65C;
}
.TagClassName
{
border-color: #EEB65C;
}
</style>