Shades of Casablanca #EDAA4D
Tints of Casablanca #EDAA4D
RGB
CMYK
RGB Variations
Color information
#EDAA4D (or 0xEDAA4D) is known color: Casablanca. HEX triplet: ED, AA and 4D. RGB value is (237,170,77). Sum of RGB (Red+Green+Blue) = 237+170+77=484 (64% of max value = 765). Red value is 237 (92.97% from 255 or 48.97% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 77 (30.47% from 255 or 15.91% from 484); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAA4D is #1255B2. Grayscale: #B3B3B3. Windows color (decimal): -1201587 or 5090029. OLE color: 5090029.
HSL color Cylindrical-coordinate representation of color #EDAA4D: hue angle of 34.88º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDAA4D is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 170 | 77 | - |
CMYK | 0 | 0.28 | 0.68 | 0.07 |
HSL | 34.88º | 0.82% | 0.62% | - |
HSV(B) | 34.88º | 0.68% | 0.93% | - |
XYZ | 50.64 | 47.29 | 13.48 | - |
YUV | 179.43 | 70.2 | 169.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 170 | 77 | 0 | 0.28 | 0.68 | 0.07 | 34.88 | 0.82 | 0.62 |
Hex | ED | AA | 4D | 0 | 1C | 44 | 7 | 23 | 52 | 3E |
Octal | 355 | 252 | 115 | 0 | 34 | 104 | 7 | 43 | 122 | 76 |
Binary | 11101101 | 10101010 | 1001101 | 0 | 11100 | 1000100 | 111 | 100011 | 1010010 | 111110 |
Color Harmonies of #EDAA4D
Complementary color
Monochromatic Colors of #EDAA4D
Black with #EDAA4D
Text Example
Text Example
White with #EDAA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAA4D; }
p { color: rgb(237,170,77); }
H1.HeaderClassName
{
color: #EDAA4D;
}
.AnyTagClassName
{
color: #EDAA4D;
}
</style>
background-color css
<style>
a { background-color: #EDAA4D; }
a { background-color: rgb(237,170,77); }
div.DivClassName
{
background-color: #EDAA4D;
}
.BgClassName
{
background-color: #EDAA4D;
}
</style>
border-color css
<style>
span { border-color: #EDAA4D; }
span { border-color: rgb(237,170,77); }
td.TdClassName
{
border-color: #EDAA4D;
}
.TagClassName
{
border-color: #EDAA4D;
}
</style>