Shades of Casablanca #EDB15B
Tints of Casablanca #EDB15B
RGB
CMYK
RGB Variations
Color information
#EDB15B (or 0xEDB15B) is known color: Casablanca. HEX triplet: ED, B1 and 5B. RGB value is (237,177,91). Sum of RGB (Red+Green+Blue) = 237+177+91=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 177 (69.53% from 255 or 35.05% from 505); Blue value is 91 (35.94% from 255 or 18.02% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB15B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDB15B is #124EA4. Grayscale: #B9B9B9. Windows color (decimal): -1199781 or 6009325. OLE color: 6009325.
HSL color Cylindrical-coordinate representation of color #EDB15B: hue angle of 35.34º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EDB15B is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 177 | 91 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.07 |
| HSL | 35.34º | 0.8% | 0.64% | - |
| HSV(B) | 35.34º | 0.62% | 0.93% | - |
| XYZ | 52.54 | 50.2 | 16.82 | - |
| YUV | 185.14 | 74.88 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 177 | 91 | 0 | 0.25 | 0.62 | 0.07 | 35.34 | 0.8 | 0.64 |
| Hex | ED | B1 | 5B | 0 | 19 | 3E | 7 | 23 | 50 | 40 |
| Octal | 355 | 261 | 133 | 0 | 31 | 76 | 7 | 43 | 120 | 100 |
| Binary | 11101101 | 10110001 | 1011011 | 0 | 11001 | 111110 | 111 | 100011 | 1010000 | 1000000 |
Color Harmonies of #EDB15B
Complementary color
Monochromatic Colors of #EDB15B
Black with #EDB15B
Text Example
Text Example
White with #EDB15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB15B; }
p { color: rgb(237,177,91); }
H1.HeaderClassName
{
color: #EDB15B;
}
.AnyTagClassName
{
color: #EDB15B;
}
</style>
background-color css
<style>
a { background-color: #EDB15B; }
a { background-color: rgb(237,177,91); }
div.DivClassName
{
background-color: #EDB15B;
}
.BgClassName
{
background-color: #EDB15B;
}
</style>
border-color css
<style>
span { border-color: #EDB15B; }
span { border-color: rgb(237,177,91); }
td.TdClassName
{
border-color: #EDB15B;
}
.TagClassName
{
border-color: #EDB15B;
}
</style>