Shades of Casablanca #EDB65D
Tints of Casablanca #EDB65D
RGB
CMYK
RGB Variations
Color information
#EDB65D (or 0xEDB65D) is known color: Casablanca. HEX triplet: ED, B6 and 5D. RGB value is (237,182,93). Sum of RGB (Red+Green+Blue) = 237+182+93=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 182 (71.48% from 255 or 35.55% from 512); Blue value is 93 (36.72% from 255 or 18.16% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB65D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB65D is #1249A2. Grayscale: #BCBCBC. Windows color (decimal): -1198499 or 6141677. OLE color: 6141677.
HSL color Cylindrical-coordinate representation of color #EDB65D: hue angle of 37.08º 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 #EDB65D is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 182 | 93 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.07 |
| HSL | 37.08º | 0.8% | 0.65% | - |
| HSV(B) | 37.08º | 0.61% | 0.93% | - |
| XYZ | 53.63 | 52.25 | 17.61 | - |
| YUV | 188.3 | 74.22 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 182 | 93 | 0 | 0.23 | 0.61 | 0.07 | 37.08 | 0.8 | 0.65 |
| Hex | ED | B6 | 5D | 0 | 17 | 3D | 7 | 25 | 50 | 41 |
| Octal | 355 | 266 | 135 | 0 | 27 | 75 | 7 | 45 | 120 | 101 |
| Binary | 11101101 | 10110110 | 1011101 | 0 | 10111 | 111101 | 111 | 100101 | 1010000 | 1000001 |
Color Harmonies of #EDB65D
Complementary color
Monochromatic Colors of #EDB65D
Black with #EDB65D
Text Example
Text Example
White with #EDB65D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB65D; }
p { color: rgb(237,182,93); }
H1.HeaderClassName
{
color: #EDB65D;
}
.AnyTagClassName
{
color: #EDB65D;
}
</style>
background-color css
<style>
a { background-color: #EDB65D; }
a { background-color: rgb(237,182,93); }
div.DivClassName
{
background-color: #EDB65D;
}
.BgClassName
{
background-color: #EDB65D;
}
</style>
border-color css
<style>
span { border-color: #EDB65D; }
span { border-color: rgb(237,182,93); }
td.TdClassName
{
border-color: #EDB65D;
}
.TagClassName
{
border-color: #EDB65D;
}
</style>