Shades of Casablanca #EDB35A
Tints of Casablanca #EDB35A
RGB
CMYK
RGB Variations
Color information
#EDB35A (or 0xEDB35A) is known color: Casablanca. HEX triplet: ED, B3 and 5A. RGB value is (237,179,90). Sum of RGB (Red+Green+Blue) = 237+179+90=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 179 (70.31% from 255 or 35.38% from 506); Blue value is 90 (35.55% from 255 or 17.79% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #EDB35A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDB35A is #124CA5. Grayscale: #BABABA. Windows color (decimal): -1199270 or 5944301. OLE color: 5944301.
HSL color Cylindrical-coordinate representation of color #EDB35A: hue angle of 36.33º 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 #EDB35A is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 179 | 90 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.07 |
| HSL | 36.33º | 0.8% | 0.64% | - |
| HSV(B) | 36.33º | 0.62% | 0.93% | - |
| XYZ | 52.89 | 50.98 | 16.73 | - |
| YUV | 186.2 | 73.72 | 164.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 179 | 90 | 0 | 0.24 | 0.62 | 0.07 | 36.33 | 0.8 | 0.64 |
| Hex | ED | B3 | 5A | 0 | 18 | 3E | 7 | 24 | 50 | 40 |
| Octal | 355 | 263 | 132 | 0 | 30 | 76 | 7 | 44 | 120 | 100 |
| Binary | 11101101 | 10110011 | 1011010 | 0 | 11000 | 111110 | 111 | 100100 | 1010000 | 1000000 |
Color Harmonies of #EDB35A
Complementary color
Monochromatic Colors of #EDB35A
Black with #EDB35A
Text Example
Text Example
White with #EDB35A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDB35A; }
p { color: rgb(237,179,90); }
H1.HeaderClassName
{
color: #EDB35A;
}
.AnyTagClassName
{
color: #EDB35A;
}
</style>
background-color css
<style>
a { background-color: #EDB35A; }
a { background-color: rgb(237,179,90); }
div.DivClassName
{
background-color: #EDB35A;
}
.BgClassName
{
background-color: #EDB35A;
}
</style>
border-color css
<style>
span { border-color: #EDB35A; }
span { border-color: rgb(237,179,90); }
td.TdClassName
{
border-color: #EDB35A;
}
.TagClassName
{
border-color: #EDB35A;
}
</style>