Shades of Casablanca #EDA74A
Tints of Casablanca #EDA74A
RGB
CMYK
RGB Variations
Color information
#EDA74A (or 0xEDA74A) is known color: Casablanca. HEX triplet: ED, A7 and 4A. RGB value is (237,167,74). Sum of RGB (Red+Green+Blue) = 237+167+74=478 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.58% from 478); Green value is 167 (65.62% from 255 or 34.94% from 478); Blue value is 74 (29.30% from 255 or 15.48% from 478); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA74A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA74A is #1258B5. Grayscale: #B1B1B1. Windows color (decimal): -1202358 or 4892653. OLE color: 4892653.
HSL color Cylindrical-coordinate representation of color #EDA74A: hue angle of 34.23º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EDA74A is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 167 | 74 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.07 |
| HSL | 34.23º | 0.82% | 0.61% | - |
| HSV(B) | 34.23º | 0.69% | 0.93% | - |
| XYZ | 49.98 | 46.14 | 12.75 | - |
| YUV | 177.33 | 69.69 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 167 | 74 | 0 | 0.30 | 0.69 | 0.07 | 34.23 | 0.82 | 0.61 |
| Hex | ED | A7 | 4A | 0 | 1E | 45 | 7 | 22 | 52 | 3D |
| Octal | 355 | 247 | 112 | 0 | 36 | 105 | 7 | 42 | 122 | 75 |
| Binary | 11101101 | 10100111 | 1001010 | 0 | 11110 | 1000101 | 111 | 100010 | 1010010 | 111101 |
Color Harmonies of #EDA74A
Complementary color
Monochromatic Colors of #EDA74A
Black with #EDA74A
Text Example
Text Example
White with #EDA74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA74A; }
p { color: rgb(237,167,74); }
H1.HeaderClassName
{
color: #EDA74A;
}
.AnyTagClassName
{
color: #EDA74A;
}
</style>
background-color css
<style>
a { background-color: #EDA74A; }
a { background-color: rgb(237,167,74); }
div.DivClassName
{
background-color: #EDA74A;
}
.BgClassName
{
background-color: #EDA74A;
}
</style>
border-color css
<style>
span { border-color: #EDA74A; }
span { border-color: rgb(237,167,74); }
td.TdClassName
{
border-color: #EDA74A;
}
.TagClassName
{
border-color: #EDA74A;
}
</style>