Shades of Casablanca #EDA74D
Tints of Casablanca #EDA74D
RGB
CMYK
RGB Variations
Color information
#EDA74D (or 0xEDA74D) is known color: Casablanca. HEX triplet: ED, A7 and 4D. RGB value is (237,167,77). Sum of RGB (Red+Green+Blue) = 237+167+77=481 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.27% from 481); Green value is 167 (65.62% from 255 or 34.72% from 481); Blue value is 77 (30.47% from 255 or 16.01% from 481); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA74D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA74D is #1258B2. Grayscale: #B2B2B2. Windows color (decimal): -1202355 or 5089261. OLE color: 5089261.
HSL color Cylindrical-coordinate representation of color #EDA74D: hue angle of 33.75º 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 #EDA74D is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 77 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.07 |
| HSL | 33.75º | 0.82% | 0.62% | - |
| HSV(B) | 33.75º | 0.68% | 0.93% | - |
| XYZ | 50.08 | 46.18 | 13.29 | - |
| YUV | 177.67 | 71.19 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 77 | 0 | 0.30 | 0.68 | 0.07 | 33.75 | 0.82 | 0.62 |
| Hex | ED | A7 | 4D | 0 | 1E | 44 | 7 | 22 | 52 | 3E |
| Octal | 355 | 247 | 115 | 0 | 36 | 104 | 7 | 42 | 122 | 76 |
| Binary | 11101101 | 10100111 | 1001101 | 0 | 11110 | 1000100 | 111 | 100010 | 1010010 | 111110 |
Color Harmonies of #EDA74D
Complementary color
Monochromatic Colors of #EDA74D
Black with #EDA74D
Text Example
Text Example
White with #EDA74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA74D; }
p { color: rgb(237,167,77); }
H1.HeaderClassName
{
color: #EDA74D;
}
.AnyTagClassName
{
color: #EDA74D;
}
</style>
background-color css
<style>
a { background-color: #EDA74D; }
a { background-color: rgb(237,167,77); }
div.DivClassName
{
background-color: #EDA74D;
}
.BgClassName
{
background-color: #EDA74D;
}
</style>
border-color css
<style>
span { border-color: #EDA74D; }
span { border-color: rgb(237,167,77); }
td.TdClassName
{
border-color: #EDA74D;
}
.TagClassName
{
border-color: #EDA74D;
}
</style>