Shades of Casablanca #EDAD57
Tints of Casablanca #EDAD57
RGB
CMYK
RGB Variations
Color information
#EDAD57 (or 0xEDAD57) is known color: Casablanca. HEX triplet: ED, AD and 57. RGB value is (237,173,87). Sum of RGB (Red+Green+Blue) = 237+173+87=497 (65% of max value = 765). Red value is 237 (92.97% from 255 or 47.69% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 87 (34.38% from 255 or 17.51% from 497); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD57 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAD57 is #1252A8. Grayscale: #B6B6B6. Windows color (decimal): -1200809 or 5746157. OLE color: 5746157.
HSL color Cylindrical-coordinate representation of color #EDAD57: hue angle of 34.4º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EDAD57 is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 173 | 87 | - |
| CMYK | 0 | 0.27 | 0.63 | 0.07 |
| HSL | 34.4º | 0.81% | 0.64% | - |
| HSV(B) | 34.4º | 0.63% | 0.93% | - |
| XYZ | 51.59 | 48.58 | 15.67 | - |
| YUV | 182.33 | 74.2 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 173 | 87 | 0 | 0.27 | 0.63 | 0.07 | 34.4 | 0.81 | 0.64 |
| Hex | ED | AD | 57 | 0 | 1B | 3F | 7 | 22 | 51 | 40 |
| Octal | 355 | 255 | 127 | 0 | 33 | 77 | 7 | 42 | 121 | 100 |
| Binary | 11101101 | 10101101 | 1010111 | 0 | 11011 | 111111 | 111 | 100010 | 1010001 | 1000000 |
Color Harmonies of #EDAD57
Complementary color
Monochromatic Colors of #EDAD57
Black with #EDAD57
Text Example
Text Example
White with #EDAD57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAD57; }
p { color: rgb(237,173,87); }
H1.HeaderClassName
{
color: #EDAD57;
}
.AnyTagClassName
{
color: #EDAD57;
}
</style>
background-color css
<style>
a { background-color: #EDAD57; }
a { background-color: rgb(237,173,87); }
div.DivClassName
{
background-color: #EDAD57;
}
.BgClassName
{
background-color: #EDAD57;
}
</style>
border-color css
<style>
span { border-color: #EDAD57; }
span { border-color: rgb(237,173,87); }
td.TdClassName
{
border-color: #EDAD57;
}
.TagClassName
{
border-color: #EDAD57;
}
</style>