Shades of Casablanca #EDAC4A
Tints of Casablanca #EDAC4A
RGB
CMYK
RGB Variations
Color information
#EDAC4A (or 0xEDAC4A) is known color: Casablanca. HEX triplet: ED, AC and 4A. RGB value is (237,172,74). Sum of RGB (Red+Green+Blue) = 237+172+74=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 74 (29.30% from 255 or 15.32% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAC4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDAC4A is #1253B5. Grayscale: #B4B4B4. Windows color (decimal): -1201078 or 4893933. OLE color: 4893933.
HSL color Cylindrical-coordinate representation of color #EDAC4A: hue angle of 36.07º 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 #EDAC4A is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 172 | 74 | - |
| CMYK | 0 | 0.27 | 0.69 | 0.07 |
| HSL | 36.07º | 0.82% | 0.61% | - |
| HSV(B) | 36.07º | 0.69% | 0.93% | - |
| XYZ | 50.91 | 48 | 13.06 | - |
| YUV | 180.26 | 68.03 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 172 | 74 | 0 | 0.27 | 0.69 | 0.07 | 36.07 | 0.82 | 0.61 |
| Hex | ED | AC | 4A | 0 | 1B | 45 | 7 | 24 | 52 | 3D |
| Octal | 355 | 254 | 112 | 0 | 33 | 105 | 7 | 44 | 122 | 75 |
| Binary | 11101101 | 10101100 | 1001010 | 0 | 11011 | 1000101 | 111 | 100100 | 1010010 | 111101 |
Color Harmonies of #EDAC4A
Complementary color
Monochromatic Colors of #EDAC4A
Black with #EDAC4A
Text Example
Text Example
White with #EDAC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDAC4A; }
p { color: rgb(237,172,74); }
H1.HeaderClassName
{
color: #EDAC4A;
}
.AnyTagClassName
{
color: #EDAC4A;
}
</style>
background-color css
<style>
a { background-color: #EDAC4A; }
a { background-color: rgb(237,172,74); }
div.DivClassName
{
background-color: #EDAC4A;
}
.BgClassName
{
background-color: #EDAC4A;
}
</style>
border-color css
<style>
span { border-color: #EDAC4A; }
span { border-color: rgb(237,172,74); }
td.TdClassName
{
border-color: #EDAC4A;
}
.TagClassName
{
border-color: #EDAC4A;
}
</style>