Shades of Casablanca #EDB151
Tints of Casablanca #EDB151
RGB
CMYK
RGB Variations
Color information
#EDB151 (or 0xEDB151) is known color: Casablanca. HEX triplet: ED, B1 and 51. RGB value is (237,177,81). Sum of RGB (Red+Green+Blue) = 237+177+81=495 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.88% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 81 (32.03% from 255 or 16.36% from 495); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB151 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB151 is #124EAE. Grayscale: #B8B8B8. Windows color (decimal): -1199791 or 5353965. OLE color: 5353965.
HSL color Cylindrical-coordinate representation of color #EDB151: hue angle of 36.92º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EDB151 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 177 | 81 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.07 |
| HSL | 36.92º | 0.81% | 0.62% | - |
| HSV(B) | 36.92º | 0.66% | 0.93% | - |
| XYZ | 52.13 | 50.04 | 14.7 | - |
| YUV | 184 | 69.88 | 165.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 177 | 81 | 0 | 0.25 | 0.66 | 0.07 | 36.92 | 0.81 | 0.62 |
| Hex | ED | B1 | 51 | 0 | 19 | 42 | 7 | 25 | 51 | 3E |
| Octal | 355 | 261 | 121 | 0 | 31 | 102 | 7 | 45 | 121 | 76 |
| Binary | 11101101 | 10110001 | 1010001 | 0 | 11001 | 1000010 | 111 | 100101 | 1010001 | 111110 |
Color Harmonies of #EDB151
Complementary color
Monochromatic Colors of #EDB151
Black with #EDB151
Text Example
Text Example
White with #EDB151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB151; }
p { color: rgb(237,177,81); }
H1.HeaderClassName
{
color: #EDB151;
}
.AnyTagClassName
{
color: #EDB151;
}
</style>
background-color css
<style>
a { background-color: #EDB151; }
a { background-color: rgb(237,177,81); }
div.DivClassName
{
background-color: #EDB151;
}
.BgClassName
{
background-color: #EDB151;
}
</style>
border-color css
<style>
span { border-color: #EDB151; }
span { border-color: rgb(237,177,81); }
td.TdClassName
{
border-color: #EDB151;
}
.TagClassName
{
border-color: #EDB151;
}
</style>