Shades of Casablanca #EDB24E
Tints of Casablanca #EDB24E
RGB
CMYK
RGB Variations
Color information
#EDB24E (or 0xEDB24E) is known color: Casablanca. HEX triplet: ED, B2 and 4E. RGB value is (237,178,78). Sum of RGB (Red+Green+Blue) = 237+178+78=493 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.07% from 493); Green value is 178 (69.92% from 255 or 36.11% from 493); Blue value is 78 (30.86% from 255 or 15.82% from 493); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB24E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB24E is #124DB1. Grayscale: #B8B8B8. Windows color (decimal): -1199538 or 5157613. OLE color: 5157613.
HSL color Cylindrical-coordinate representation of color #EDB24E: hue angle of 37.74º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EDB24E is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 178 | 78 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.07 |
| HSL | 37.74º | 0.82% | 0.62% | - |
| HSV(B) | 37.74º | 0.67% | 0.93% | - |
| XYZ | 52.22 | 50.4 | 14.18 | - |
| YUV | 184.24 | 68.05 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 178 | 78 | 0 | 0.25 | 0.67 | 0.07 | 37.74 | 0.82 | 0.62 |
| Hex | ED | B2 | 4E | 0 | 19 | 43 | 7 | 26 | 52 | 3E |
| Octal | 355 | 262 | 116 | 0 | 31 | 103 | 7 | 46 | 122 | 76 |
| Binary | 11101101 | 10110010 | 1001110 | 0 | 11001 | 1000011 | 111 | 100110 | 1010010 | 111110 |
Color Harmonies of #EDB24E
Complementary color
Monochromatic Colors of #EDB24E
Black with #EDB24E
Text Example
Text Example
White with #EDB24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB24E; }
p { color: rgb(237,178,78); }
H1.HeaderClassName
{
color: #EDB24E;
}
.AnyTagClassName
{
color: #EDB24E;
}
</style>
background-color css
<style>
a { background-color: #EDB24E; }
a { background-color: rgb(237,178,78); }
div.DivClassName
{
background-color: #EDB24E;
}
.BgClassName
{
background-color: #EDB24E;
}
</style>
border-color css
<style>
span { border-color: #EDB24E; }
span { border-color: rgb(237,178,78); }
td.TdClassName
{
border-color: #EDB24E;
}
.TagClassName
{
border-color: #EDB24E;
}
</style>