Shades of Casablanca #EDB248
Tints of Casablanca #EDB248
RGB
CMYK
RGB Variations
Color information
#EDB248 (or 0xEDB248) is known color: Casablanca. HEX triplet: ED, B2 and 48. RGB value is (237,178,72). Sum of RGB (Red+Green+Blue) = 237+178+72=487 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.67% from 487); Green value is 178 (69.92% from 255 or 36.55% from 487); Blue value is 72 (28.52% from 255 or 14.78% from 487); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB248 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB248 is #124DB7. Grayscale: #B8B8B8. Windows color (decimal): -1199544 or 4764397. OLE color: 4764397.
HSL color Cylindrical-coordinate representation of color #EDB248: hue angle of 38.55º 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 #EDB248 is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 72 | - |
| CMYK | 0 | 0.25 | 0.70 | 0.07 |
| HSL | 38.55º | 0.82% | 0.61% | - |
| HSV(B) | 38.55º | 0.7% | 0.93% | - |
| XYZ | 52.02 | 50.31 | 13.1 | - |
| YUV | 183.56 | 65.05 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 72 | 0 | 0.25 | 0.70 | 0.07 | 38.55 | 0.82 | 0.61 |
| Hex | ED | B2 | 48 | 0 | 19 | 46 | 7 | 27 | 52 | 3D |
| Octal | 355 | 262 | 110 | 0 | 31 | 106 | 7 | 47 | 122 | 75 |
| Binary | 11101101 | 10110010 | 1001000 | 0 | 11001 | 1000110 | 111 | 100111 | 1010010 | 111101 |
Color Harmonies of #EDB248
Complementary color
Monochromatic Colors of #EDB248
Black with #EDB248
Text Example
Text Example
White with #EDB248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB248; }
p { color: rgb(237,178,72); }
H1.HeaderClassName
{
color: #EDB248;
}
.AnyTagClassName
{
color: #EDB248;
}
</style>
background-color css
<style>
a { background-color: #EDB248; }
a { background-color: rgb(237,178,72); }
div.DivClassName
{
background-color: #EDB248;
}
.BgClassName
{
background-color: #EDB248;
}
</style>
border-color css
<style>
span { border-color: #EDB248; }
span { border-color: rgb(237,178,72); }
td.TdClassName
{
border-color: #EDB248;
}
.TagClassName
{
border-color: #EDB248;
}
</style>