Shades of Casablanca #EDA54D
Tints of Casablanca #EDA54D
RGB
CMYK
RGB Variations
Color information
#EDA54D (or 0xEDA54D) is known color: Casablanca. HEX triplet: ED, A5 and 4D. RGB value is (237,165,77). Sum of RGB (Red+Green+Blue) = 237+165+77=479 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.48% from 479); Green value is 165 (64.84% from 255 or 34.45% from 479); Blue value is 77 (30.47% from 255 or 16.08% from 479); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA54D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA54D is #125AB2. Grayscale: #B0B0B0. Windows color (decimal): -1202867 or 5088749. OLE color: 5088749.
HSL color Cylindrical-coordinate representation of color #EDA54D: hue angle of 33º 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 #EDA54D is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 77 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.07 |
| HSL | 33º | 0.82% | 0.62% | - |
| HSV(B) | 33º | 0.68% | 0.93% | - |
| XYZ | 49.72 | 45.45 | 13.17 | - |
| YUV | 176.5 | 71.85 | 171.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 77 | 0 | 0.30 | 0.68 | 0.07 | 33 | 0.82 | 0.62 |
| Hex | ED | A5 | 4D | 0 | 1E | 44 | 7 | 21 | 52 | 3E |
| Octal | 355 | 245 | 115 | 0 | 36 | 104 | 7 | 41 | 122 | 76 |
| Binary | 11101101 | 10100101 | 1001101 | 0 | 11110 | 1000100 | 111 | 100001 | 1010010 | 111110 |
Color Harmonies of #EDA54D
Complementary color
Monochromatic Colors of #EDA54D
Black with #EDA54D
Text Example
Text Example
White with #EDA54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA54D; }
p { color: rgb(237,165,77); }
H1.HeaderClassName
{
color: #EDA54D;
}
.AnyTagClassName
{
color: #EDA54D;
}
</style>
background-color css
<style>
a { background-color: #EDA54D; }
a { background-color: rgb(237,165,77); }
div.DivClassName
{
background-color: #EDA54D;
}
.BgClassName
{
background-color: #EDA54D;
}
</style>
border-color css
<style>
span { border-color: #EDA54D; }
span { border-color: rgb(237,165,77); }
td.TdClassName
{
border-color: #EDA54D;
}
.TagClassName
{
border-color: #EDA54D;
}
</style>