Shades of Casablanca #EDB14D
Tints of Casablanca #EDB14D
RGB
CMYK
RGB Variations
Color information
#EDB14D (or 0xEDB14D) is known color: Casablanca. HEX triplet: ED, B1 and 4D. RGB value is (237,177,77). Sum of RGB (Red+Green+Blue) = 237+177+77=491 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.27% from 491); Green value is 177 (69.53% from 255 or 36.05% from 491); Blue value is 77 (30.47% from 255 or 15.68% from 491); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB14D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB14D is #124EB2. Grayscale: #B7B7B7. Windows color (decimal): -1199795 or 5091821. OLE color: 5091821.
HSL color Cylindrical-coordinate representation of color #EDB14D: hue angle of 37.5º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDB14D is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 177 | 77 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.07 |
| HSL | 37.5º | 0.82% | 0.62% | - |
| HSV(B) | 37.5º | 0.68% | 0.93% | - |
| XYZ | 51.99 | 49.98 | 13.93 | - |
| YUV | 183.54 | 67.88 | 166.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 177 | 77 | 0 | 0.25 | 0.68 | 0.07 | 37.5 | 0.82 | 0.62 |
| Hex | ED | B1 | 4D | 0 | 19 | 44 | 7 | 26 | 52 | 3E |
| Octal | 355 | 261 | 115 | 0 | 31 | 104 | 7 | 46 | 122 | 76 |
| Binary | 11101101 | 10110001 | 1001101 | 0 | 11001 | 1000100 | 111 | 100110 | 1010010 | 111110 |
Color Harmonies of #EDB14D
Complementary color
Monochromatic Colors of #EDB14D
Black with #EDB14D
Text Example
Text Example
White with #EDB14D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB14D; }
p { color: rgb(237,177,77); }
H1.HeaderClassName
{
color: #EDB14D;
}
.AnyTagClassName
{
color: #EDB14D;
}
</style>
background-color css
<style>
a { background-color: #EDB14D; }
a { background-color: rgb(237,177,77); }
div.DivClassName
{
background-color: #EDB14D;
}
.BgClassName
{
background-color: #EDB14D;
}
</style>
border-color css
<style>
span { border-color: #EDB14D; }
span { border-color: rgb(237,177,77); }
td.TdClassName
{
border-color: #EDB14D;
}
.TagClassName
{
border-color: #EDB14D;
}
</style>