Shades of Casablanca #EDB14C
Tints of Casablanca #EDB14C
RGB
CMYK
RGB Variations
Color information
#EDB14C (or 0xEDB14C) is known color: Casablanca. HEX triplet: ED, B1 and 4C. RGB value is (237,177,76). Sum of RGB (Red+Green+Blue) = 237+177+76=490 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.37% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 76 (30.08% from 255 or 15.51% from 490); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB14C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDB14C is #124EB3. Grayscale: #B7B7B7. Windows color (decimal): -1199796 or 5026285. OLE color: 5026285.
HSL color Cylindrical-coordinate representation of color #EDB14C: hue angle of 37.64º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDB14C is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 177 | 76 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.07 |
| HSL | 37.64º | 0.82% | 0.61% | - |
| HSV(B) | 37.64º | 0.68% | 0.93% | - |
| XYZ | 51.95 | 49.97 | 13.74 | - |
| YUV | 183.43 | 67.38 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 177 | 76 | 0 | 0.25 | 0.68 | 0.07 | 37.64 | 0.82 | 0.61 |
| Hex | ED | B1 | 4C | 0 | 19 | 44 | 7 | 26 | 52 | 3D |
| Octal | 355 | 261 | 114 | 0 | 31 | 104 | 7 | 46 | 122 | 75 |
| Binary | 11101101 | 10110001 | 1001100 | 0 | 11001 | 1000100 | 111 | 100110 | 1010010 | 111101 |
Color Harmonies of #EDB14C
Complementary color
Monochromatic Colors of #EDB14C
Black with #EDB14C
Text Example
Text Example
White with #EDB14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB14C; }
p { color: rgb(237,177,76); }
H1.HeaderClassName
{
color: #EDB14C;
}
.AnyTagClassName
{
color: #EDB14C;
}
</style>
background-color css
<style>
a { background-color: #EDB14C; }
a { background-color: rgb(237,177,76); }
div.DivClassName
{
background-color: #EDB14C;
}
.BgClassName
{
background-color: #EDB14C;
}
</style>
border-color css
<style>
span { border-color: #EDB14C; }
span { border-color: rgb(237,177,76); }
td.TdClassName
{
border-color: #EDB14C;
}
.TagClassName
{
border-color: #EDB14C;
}
</style>