Shades of Sandy Brown #EDA254
Tints of Sandy Brown #EDA254
RGB
CMYK
RGB Variations
Color information
#EDA254 (or 0xEDA254) is known color: Sandy Brown. HEX triplet: ED, A2 and 54. RGB value is (237,162,84). Sum of RGB (Red+Green+Blue) = 237+162+84=483 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.07% from 483); Green value is 162 (63.67% from 255 or 33.54% from 483); Blue value is 84 (33.20% from 255 or 17.39% from 483); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA254 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA254 is #125DAB. Grayscale: #AFAFAF. Windows color (decimal): -1203628 or 5546733. OLE color: 5546733.
HSL color Cylindrical-coordinate representation of color #EDA254: hue angle of 30.59º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EDA254 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 84 | - |
| CMYK | 0 | 0.32 | 0.65 | 0.07 |
| HSL | 30.59º | 0.81% | 0.63% | - |
| HSV(B) | 30.59º | 0.65% | 0.93% | - |
| XYZ | 49.45 | 44.49 | 14.37 | - |
| YUV | 175.53 | 76.35 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 84 | 0 | 0.32 | 0.65 | 0.07 | 30.59 | 0.81 | 0.63 |
| Hex | ED | A2 | 54 | 0 | 20 | 41 | 7 | 1F | 51 | 3F |
| Octal | 355 | 242 | 124 | 0 | 40 | 101 | 7 | 37 | 121 | 77 |
| Binary | 11101101 | 10100010 | 1010100 | 0 | 100000 | 1000001 | 111 | 11111 | 1010001 | 111111 |
Color Harmonies of #EDA254
Complementary color
Monochromatic Colors of #EDA254
Black with #EDA254
Text Example
Text Example
White with #EDA254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA254; }
p { color: rgb(237,162,84); }
H1.HeaderClassName
{
color: #EDA254;
}
.AnyTagClassName
{
color: #EDA254;
}
</style>
background-color css
<style>
a { background-color: #EDA254; }
a { background-color: rgb(237,162,84); }
div.DivClassName
{
background-color: #EDA254;
}
.BgClassName
{
background-color: #EDA254;
}
</style>
border-color css
<style>
span { border-color: #EDA254; }
span { border-color: rgb(237,162,84); }
td.TdClassName
{
border-color: #EDA254;
}
.TagClassName
{
border-color: #EDA254;
}
</style>