Shades of Casablanca #EDB35C
Tints of Casablanca #EDB35C
RGB
CMYK
RGB Variations
Color information
#EDB35C (or 0xEDB35C) is known color: Casablanca. HEX triplet: ED, B3 and 5C. RGB value is (237,179,92). Sum of RGB (Red+Green+Blue) = 237+179+92=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 92 (36.33% from 255 or 18.11% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB35C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB35C is #124CA3. Grayscale: #BABABA. Windows color (decimal): -1199268 or 6075373. OLE color: 6075373.
HSL color Cylindrical-coordinate representation of color #EDB35C: hue angle of 36º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EDB35C is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 92 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.07 |
| HSL | 36º | 0.8% | 0.65% | - |
| HSV(B) | 36º | 0.61% | 0.93% | - |
| XYZ | 52.98 | 51.02 | 17.18 | - |
| YUV | 186.42 | 74.72 | 164.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 92 | 0 | 0.24 | 0.61 | 0.07 | 36 | 0.8 | 0.65 |
| Hex | ED | B3 | 5C | 0 | 18 | 3D | 7 | 24 | 50 | 41 |
| Octal | 355 | 263 | 134 | 0 | 30 | 75 | 7 | 44 | 120 | 101 |
| Binary | 11101101 | 10110011 | 1011100 | 0 | 11000 | 111101 | 111 | 100100 | 1010000 | 1000001 |
Color Harmonies of #EDB35C
Complementary color
Monochromatic Colors of #EDB35C
Black with #EDB35C
Text Example
Text Example
White with #EDB35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB35C; }
p { color: rgb(237,179,92); }
H1.HeaderClassName
{
color: #EDB35C;
}
.AnyTagClassName
{
color: #EDB35C;
}
</style>
background-color css
<style>
a { background-color: #EDB35C; }
a { background-color: rgb(237,179,92); }
div.DivClassName
{
background-color: #EDB35C;
}
.BgClassName
{
background-color: #EDB35C;
}
</style>
border-color css
<style>
span { border-color: #EDB35C; }
span { border-color: rgb(237,179,92); }
td.TdClassName
{
border-color: #EDB35C;
}
.TagClassName
{
border-color: #EDB35C;
}
</style>