Shades of Casablanca #EDAD49
Tints of Casablanca #EDAD49
RGB
CMYK
RGB Variations
Color information
#EDAD49 (or 0xEDAD49) is known color: Casablanca. HEX triplet: ED, AD and 49. RGB value is (237,173,73). Sum of RGB (Red+Green+Blue) = 237+173+73=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 73 (28.91% from 255 or 15.11% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD49 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAD49 is #1252B6. Grayscale: #B5B5B5. Windows color (decimal): -1200823 or 4828653. OLE color: 4828653.
HSL color Cylindrical-coordinate representation of color #EDAD49: hue angle of 36.59º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EDAD49 is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 173 | 73 | - |
| CMYK | 0 | 0.27 | 0.69 | 0.07 |
| HSL | 36.59º | 0.82% | 0.61% | - |
| HSV(B) | 36.59º | 0.69% | 0.93% | - |
| XYZ | 51.07 | 48.37 | 12.95 | - |
| YUV | 180.74 | 67.2 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 173 | 73 | 0 | 0.27 | 0.69 | 0.07 | 36.59 | 0.82 | 0.61 |
| Hex | ED | AD | 49 | 0 | 1B | 45 | 7 | 25 | 52 | 3D |
| Octal | 355 | 255 | 111 | 0 | 33 | 105 | 7 | 45 | 122 | 75 |
| Binary | 11101101 | 10101101 | 1001001 | 0 | 11011 | 1000101 | 111 | 100101 | 1010010 | 111101 |
Color Harmonies of #EDAD49
Complementary color
Monochromatic Colors of #EDAD49
Black with #EDAD49
Text Example
Text Example
White with #EDAD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAD49; }
p { color: rgb(237,173,73); }
H1.HeaderClassName
{
color: #EDAD49;
}
.AnyTagClassName
{
color: #EDAD49;
}
</style>
background-color css
<style>
a { background-color: #EDAD49; }
a { background-color: rgb(237,173,73); }
div.DivClassName
{
background-color: #EDAD49;
}
.BgClassName
{
background-color: #EDAD49;
}
</style>
border-color css
<style>
span { border-color: #EDAD49; }
span { border-color: rgb(237,173,73); }
td.TdClassName
{
border-color: #EDAD49;
}
.TagClassName
{
border-color: #EDAD49;
}
</style>