Shades of Casablanca #EDAB4C
Tints of Casablanca #EDAB4C
RGB
CMYK
RGB Variations
Color information
#EDAB4C (or 0xEDAB4C) is known color: Casablanca. HEX triplet: ED, AB and 4C. RGB value is (237,171,76). Sum of RGB (Red+Green+Blue) = 237+171+76=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 171 (67.19% from 255 or 35.33% from 484); Blue value is 76 (30.08% from 255 or 15.70% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB4C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAB4C is #1254B3. Grayscale: #B4B4B4. Windows color (decimal): -1201332 or 5024749. OLE color: 5024749.
HSL color Cylindrical-coordinate representation of color #EDAB4C: hue angle of 35.4º degrees, saturation: 0.82, 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 #EDAB4C is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 171 | 76 | - |
| CMYK | 0 | 0.28 | 0.68 | 0.07 |
| HSL | 35.4º | 0.82% | 0.61% | - |
| HSV(B) | 35.4º | 0.68% | 0.93% | - |
| XYZ | 50.79 | 47.65 | 13.36 | - |
| YUV | 179.9 | 69.37 | 168.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 171 | 76 | 0 | 0.28 | 0.68 | 0.07 | 35.4 | 0.82 | 0.61 |
| Hex | ED | AB | 4C | 0 | 1C | 44 | 7 | 23 | 52 | 3D |
| Octal | 355 | 253 | 114 | 0 | 34 | 104 | 7 | 43 | 122 | 75 |
| Binary | 11101101 | 10101011 | 1001100 | 0 | 11100 | 1000100 | 111 | 100011 | 1010010 | 111101 |
Color Harmonies of #EDAB4C
Complementary color
Monochromatic Colors of #EDAB4C
Black with #EDAB4C
Text Example
Text Example
White with #EDAB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAB4C; }
p { color: rgb(237,171,76); }
H1.HeaderClassName
{
color: #EDAB4C;
}
.AnyTagClassName
{
color: #EDAB4C;
}
</style>
background-color css
<style>
a { background-color: #EDAB4C; }
a { background-color: rgb(237,171,76); }
div.DivClassName
{
background-color: #EDAB4C;
}
.BgClassName
{
background-color: #EDAB4C;
}
</style>
border-color css
<style>
span { border-color: #EDAB4C; }
span { border-color: rgb(237,171,76); }
td.TdClassName
{
border-color: #EDAB4C;
}
.TagClassName
{
border-color: #EDAB4C;
}
</style>