Shades of Casablanca #EDAE5E
Tints of Casablanca #EDAE5E
RGB
CMYK
RGB Variations
Color information
#EDAE5E (or 0xEDAE5E) is known color: Casablanca. HEX triplet: ED, AE and 5E. RGB value is (237,174,94). Sum of RGB (Red+Green+Blue) = 237+174+94=505 (66% of max value = 765). Red value is 237 (92.97% from 255 or 46.93% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 94 (37.11% from 255 or 18.61% from 505); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAE5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAE5E is #1251A1. Grayscale: #B8B8B8. Windows color (decimal): -1200546 or 6205165. OLE color: 6205165.
HSL color Cylindrical-coordinate representation of color #EDAE5E: hue angle of 33.57º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDAE5E is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 174 | 94 | - |
CMYK | 0 | 0.27 | 0.60 | 0.07 |
HSL | 33.57º | 0.8% | 0.65% | - |
HSV(B) | 33.57º | 0.6% | 0.93% | - |
XYZ | 52.08 | 49.08 | 17.32 | - |
YUV | 183.72 | 77.37 | 166 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 174 | 94 | 0 | 0.27 | 0.60 | 0.07 | 33.57 | 0.8 | 0.65 |
Hex | ED | AE | 5E | 0 | 1B | 3C | 7 | 22 | 50 | 41 |
Octal | 355 | 256 | 136 | 0 | 33 | 74 | 7 | 42 | 120 | 101 |
Binary | 11101101 | 10101110 | 1011110 | 0 | 11011 | 111100 | 111 | 100010 | 1010000 | 1000001 |
Color Harmonies of #EDAE5E
Complementary color
Monochromatic Colors of #EDAE5E
Black with #EDAE5E
Text Example
Text Example
White with #EDAE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAE5E; }
p { color: rgb(237,174,94); }
H1.HeaderClassName
{
color: #EDAE5E;
}
.AnyTagClassName
{
color: #EDAE5E;
}
</style>
background-color css
<style>
a { background-color: #EDAE5E; }
a { background-color: rgb(237,174,94); }
div.DivClassName
{
background-color: #EDAE5E;
}
.BgClassName
{
background-color: #EDAE5E;
}
</style>
border-color css
<style>
span { border-color: #EDAE5E; }
span { border-color: rgb(237,174,94); }
td.TdClassName
{
border-color: #EDAE5E;
}
.TagClassName
{
border-color: #EDAE5E;
}
</style>