Shades of Casablanca #EDA54C
Tints of Casablanca #EDA54C
RGB
CMYK
RGB Variations
Color information
#EDA54C (or 0xEDA54C) is known color: Casablanca. HEX triplet: ED, A5 and 4C. RGB value is (237,165,76). Sum of RGB (Red+Green+Blue) = 237+165+76=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 165 (64.84% from 255 or 34.52% from 478); Blue value is 76 (30.08% from 255 or 15.90% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA54C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA54C is #125AB3. Grayscale: #B0B0B0. Windows color (decimal): -1202868 or 5023213. OLE color: 5023213.
HSL color Cylindrical-coordinate representation of color #EDA54C: hue angle of 33.17º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EDA54C is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 76 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.07 |
| HSL | 33.17º | 0.82% | 0.61% | - |
| HSV(B) | 33.17º | 0.68% | 0.93% | - |
| XYZ | 49.68 | 45.44 | 12.99 | - |
| YUV | 176.38 | 71.35 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 76 | 0 | 0.30 | 0.68 | 0.07 | 33.17 | 0.82 | 0.61 |
| Hex | ED | A5 | 4C | 0 | 1E | 44 | 7 | 21 | 52 | 3D |
| Octal | 355 | 245 | 114 | 0 | 36 | 104 | 7 | 41 | 122 | 75 |
| Binary | 11101101 | 10100101 | 1001100 | 0 | 11110 | 1000100 | 111 | 100001 | 1010010 | 111101 |
Color Harmonies of #EDA54C
Complementary color
Monochromatic Colors of #EDA54C
Black with #EDA54C
Text Example
Text Example
White with #EDA54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA54C; }
p { color: rgb(237,165,76); }
H1.HeaderClassName
{
color: #EDA54C;
}
.AnyTagClassName
{
color: #EDA54C;
}
</style>
background-color css
<style>
a { background-color: #EDA54C; }
a { background-color: rgb(237,165,76); }
div.DivClassName
{
background-color: #EDA54C;
}
.BgClassName
{
background-color: #EDA54C;
}
</style>
border-color css
<style>
span { border-color: #EDA54C; }
span { border-color: rgb(237,165,76); }
td.TdClassName
{
border-color: #EDA54C;
}
.TagClassName
{
border-color: #EDA54C;
}
</style>