Shades of Casablanca #EDA94D
Tints of Casablanca #EDA94D
RGB
CMYK
RGB Variations
Color information
#EDA94D (or 0xEDA94D) is known color: Casablanca. HEX triplet: ED, A9 and 4D. RGB value is (237,169,77). Sum of RGB (Red+Green+Blue) = 237+169+77=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 169 (66.41% from 255 or 34.99% from 483); Blue value is 77 (30.47% from 255 or 15.94% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA94D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA94D is #1256B2. Grayscale: #B3B3B3. Windows color (decimal): -1201843 or 5089773. OLE color: 5089773.
HSL color Cylindrical-coordinate representation of color #EDA94D: hue angle of 34.5º 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 #EDA94D is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 169 | 77 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.07 |
| HSL | 34.5º | 0.82% | 0.62% | - |
| HSV(B) | 34.5º | 0.68% | 0.93% | - |
| XYZ | 50.45 | 46.92 | 13.42 | - |
| YUV | 178.84 | 70.53 | 169.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 169 | 77 | 0 | 0.29 | 0.68 | 0.07 | 34.5 | 0.82 | 0.62 |
| Hex | ED | A9 | 4D | 0 | 1D | 44 | 7 | 22 | 52 | 3E |
| Octal | 355 | 251 | 115 | 0 | 35 | 104 | 7 | 42 | 122 | 76 |
| Binary | 11101101 | 10101001 | 1001101 | 0 | 11101 | 1000100 | 111 | 100010 | 1010010 | 111110 |
Color Harmonies of #EDA94D
Complementary color
Monochromatic Colors of #EDA94D
Black with #EDA94D
Text Example
Text Example
White with #EDA94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA94D; }
p { color: rgb(237,169,77); }
H1.HeaderClassName
{
color: #EDA94D;
}
.AnyTagClassName
{
color: #EDA94D;
}
</style>
background-color css
<style>
a { background-color: #EDA94D; }
a { background-color: rgb(237,169,77); }
div.DivClassName
{
background-color: #EDA94D;
}
.BgClassName
{
background-color: #EDA94D;
}
</style>
border-color css
<style>
span { border-color: #EDA94D; }
span { border-color: rgb(237,169,77); }
td.TdClassName
{
border-color: #EDA94D;
}
.TagClassName
{
border-color: #EDA94D;
}
</style>