Shades of Casablanca #EDA848
Tints of Casablanca #EDA848
RGB
CMYK
RGB Variations
Color information
#EDA848 (or 0xEDA848) is known color: Casablanca. HEX triplet: ED, A8 and 48. RGB value is (237,168,72). Sum of RGB (Red+Green+Blue) = 237+168+72=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 72 (28.52% from 255 or 15.09% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA848 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA848 is #1257B7. Grayscale: #B2B2B2. Windows color (decimal): -1202104 or 4761837. OLE color: 4761837.
HSL color Cylindrical-coordinate representation of color #EDA848: hue angle of 34.91º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EDA848 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 168 | 72 | - |
| CMYK | 0 | 0.29 | 0.70 | 0.07 |
| HSL | 34.91º | 0.82% | 0.61% | - |
| HSV(B) | 34.91º | 0.7% | 0.93% | - |
| XYZ | 50.1 | 46.48 | 12.46 | - |
| YUV | 177.69 | 68.36 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 168 | 72 | 0 | 0.29 | 0.70 | 0.07 | 34.91 | 0.82 | 0.61 |
| Hex | ED | A8 | 48 | 0 | 1D | 46 | 7 | 23 | 52 | 3D |
| Octal | 355 | 250 | 110 | 0 | 35 | 106 | 7 | 43 | 122 | 75 |
| Binary | 11101101 | 10101000 | 1001000 | 0 | 11101 | 1000110 | 111 | 100011 | 1010010 | 111101 |
Color Harmonies of #EDA848
Complementary color
Monochromatic Colors of #EDA848
Black with #EDA848
Text Example
Text Example
White with #EDA848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA848; }
p { color: rgb(237,168,72); }
H1.HeaderClassName
{
color: #EDA848;
}
.AnyTagClassName
{
color: #EDA848;
}
</style>
background-color css
<style>
a { background-color: #EDA848; }
a { background-color: rgb(237,168,72); }
div.DivClassName
{
background-color: #EDA848;
}
.BgClassName
{
background-color: #EDA848;
}
</style>
border-color css
<style>
span { border-color: #EDA848; }
span { border-color: rgb(237,168,72); }
td.TdClassName
{
border-color: #EDA848;
}
.TagClassName
{
border-color: #EDA848;
}
</style>