Shades of Casablanca #EDB35D
Tints of Casablanca #EDB35D
RGB
CMYK
RGB Variations
Color information
#EDB35D (or 0xEDB35D) is known color: Casablanca. HEX triplet: ED, B3 and 5D. RGB value is (237,179,93). Sum of RGB (Red+Green+Blue) = 237+179+93=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 179 (70.31% from 255 or 35.17% from 509); Blue value is 93 (36.72% from 255 or 18.27% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB35D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB35D is #124CA2. Grayscale: #BABABA. Windows color (decimal): -1199267 or 6140909. OLE color: 6140909.
HSL color Cylindrical-coordinate representation of color #EDB35D: hue angle of 35.83º 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 #EDB35D is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 93 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.07 |
| HSL | 35.83º | 0.8% | 0.65% | - |
| HSV(B) | 35.83º | 0.61% | 0.93% | - |
| XYZ | 53.02 | 51.04 | 17.41 | - |
| YUV | 186.54 | 75.22 | 163.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 93 | 0 | 0.24 | 0.61 | 0.07 | 35.83 | 0.8 | 0.65 |
| Hex | ED | B3 | 5D | 0 | 18 | 3D | 7 | 24 | 50 | 41 |
| Octal | 355 | 263 | 135 | 0 | 30 | 75 | 7 | 44 | 120 | 101 |
| Binary | 11101101 | 10110011 | 1011101 | 0 | 11000 | 111101 | 111 | 100100 | 1010000 | 1000001 |
Color Harmonies of #EDB35D
Complementary color
Monochromatic Colors of #EDB35D
Black with #EDB35D
Text Example
Text Example
White with #EDB35D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB35D; }
p { color: rgb(237,179,93); }
H1.HeaderClassName
{
color: #EDB35D;
}
.AnyTagClassName
{
color: #EDB35D;
}
</style>
background-color css
<style>
a { background-color: #EDB35D; }
a { background-color: rgb(237,179,93); }
div.DivClassName
{
background-color: #EDB35D;
}
.BgClassName
{
background-color: #EDB35D;
}
</style>
border-color css
<style>
span { border-color: #EDB35D; }
span { border-color: rgb(237,179,93); }
td.TdClassName
{
border-color: #EDB35D;
}
.TagClassName
{
border-color: #EDB35D;
}
</style>