Shades of Casablanca #EDB14E
Tints of Casablanca #EDB14E
RGB
CMYK
RGB Variations
Color information
#EDB14E (or 0xEDB14E) is known color: Casablanca. HEX triplet: ED, B1 and 4E. RGB value is (237,177,78). Sum of RGB (Red+Green+Blue) = 237+177+78=492 (65% of max value = 765). Red value is 237 (92.97% from 255 or 48.17% from 492); Green value is 177 (69.53% from 255 or 35.98% from 492); Blue value is 78 (30.86% from 255 or 15.85% from 492); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB14E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB14E is #124EB1. Grayscale: #B8B8B8. Windows color (decimal): -1199794 or 5157357. OLE color: 5157357.
HSL color Cylindrical-coordinate representation of color #EDB14E: hue angle of 37.36º 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 #EDB14E is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 177 | 78 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.07 |
| HSL | 37.36º | 0.82% | 0.62% | - |
| HSV(B) | 37.36º | 0.67% | 0.93% | - |
| XYZ | 52.02 | 50 | 14.12 | - |
| YUV | 183.65 | 68.38 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 177 | 78 | 0 | 0.25 | 0.67 | 0.07 | 37.36 | 0.82 | 0.62 |
| Hex | ED | B1 | 4E | 0 | 19 | 43 | 7 | 25 | 52 | 3E |
| Octal | 355 | 261 | 116 | 0 | 31 | 103 | 7 | 45 | 122 | 76 |
| Binary | 11101101 | 10110001 | 1001110 | 0 | 11001 | 1000011 | 111 | 100101 | 1010010 | 111110 |
Color Harmonies of #EDB14E
Complementary color
Monochromatic Colors of #EDB14E
Black with #EDB14E
Text Example
Text Example
White with #EDB14E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB14E; }
p { color: rgb(237,177,78); }
H1.HeaderClassName
{
color: #EDB14E;
}
.AnyTagClassName
{
color: #EDB14E;
}
</style>
background-color css
<style>
a { background-color: #EDB14E; }
a { background-color: rgb(237,177,78); }
div.DivClassName
{
background-color: #EDB14E;
}
.BgClassName
{
background-color: #EDB14E;
}
</style>
border-color css
<style>
span { border-color: #EDB14E; }
span { border-color: rgb(237,177,78); }
td.TdClassName
{
border-color: #EDB14E;
}
.TagClassName
{
border-color: #EDB14E;
}
</style>