Shades of Casablanca #EDA54B
Tints of Casablanca #EDA54B
RGB
CMYK
RGB Variations
Color information
#EDA54B (or 0xEDA54B) is known color: Casablanca. HEX triplet: ED, A5 and 4B. RGB value is (237,165,75). Sum of RGB (Red+Green+Blue) = 237+165+75=477 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.69% from 477); Green value is 165 (64.84% from 255 or 34.59% from 477); Blue value is 75 (29.69% from 255 or 15.72% from 477); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA54B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EDA54B is #125AB4. Grayscale: #B0B0B0. Windows color (decimal): -1202869 or 4957677. OLE color: 4957677.
HSL color Cylindrical-coordinate representation of color #EDA54B: hue angle of 33.33º 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 #EDA54B is Cyan = 0, Magento = 0.30, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 165 | 75 | - |
| CMYK | 0 | 0.30 | 0.68 | 0.07 |
| HSL | 33.33º | 0.82% | 0.61% | - |
| HSV(B) | 33.33º | 0.68% | 0.93% | - |
| XYZ | 49.65 | 45.42 | 12.81 | - |
| YUV | 176.27 | 70.85 | 171.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 165 | 75 | 0 | 0.30 | 0.68 | 0.07 | 33.33 | 0.82 | 0.61 |
| Hex | ED | A5 | 4B | 0 | 1E | 44 | 7 | 21 | 52 | 3D |
| Octal | 355 | 245 | 113 | 0 | 36 | 104 | 7 | 41 | 122 | 75 |
| Binary | 11101101 | 10100101 | 1001011 | 0 | 11110 | 1000100 | 111 | 100001 | 1010010 | 111101 |
Color Harmonies of #EDA54B
Complementary color
Monochromatic Colors of #EDA54B
Black with #EDA54B
Text Example
Text Example
White with #EDA54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA54B; }
p { color: rgb(237,165,75); }
H1.HeaderClassName
{
color: #EDA54B;
}
.AnyTagClassName
{
color: #EDA54B;
}
</style>
background-color css
<style>
a { background-color: #EDA54B; }
a { background-color: rgb(237,165,75); }
div.DivClassName
{
background-color: #EDA54B;
}
.BgClassName
{
background-color: #EDA54B;
}
</style>
border-color css
<style>
span { border-color: #EDA54B; }
span { border-color: rgb(237,165,75); }
td.TdClassName
{
border-color: #EDA54B;
}
.TagClassName
{
border-color: #EDA54B;
}
</style>