Shades of Sandy Brown #EDA267
Tints of Sandy Brown #EDA267
RGB
CMYK
RGB Variations
Color information
#EDA267 (or 0xEDA267) is known color: Sandy Brown. HEX triplet: ED, A2 and 67. RGB value is (237,162,103). Sum of RGB (Red+Green+Blue) = 237+162+103=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 162 (63.67% from 255 or 32.27% from 502); Blue value is 103 (40.62% from 255 or 20.52% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA267 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA267 is #125D98. Grayscale: #B2B2B2. Windows color (decimal): -1203609 or 6791917. OLE color: 6791917.
HSL color Cylindrical-coordinate representation of color #EDA267: hue angle of 26.42º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EDA267 is Cyan = 0, Magento = 0.32, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 162 | 103 | - |
| CMYK | 0 | 0.32 | 0.57 | 0.07 |
| HSL | 26.42º | 0.79% | 0.67% | - |
| HSV(B) | 26.42º | 0.57% | 0.93% | - |
| XYZ | 50.29 | 44.82 | 18.83 | - |
| YUV | 177.7 | 85.85 | 170.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 162 | 103 | 0 | 0.32 | 0.57 | 0.07 | 26.42 | 0.79 | 0.67 |
| Hex | ED | A2 | 67 | 0 | 20 | 39 | 7 | 1A | 4F | 43 |
| Octal | 355 | 242 | 147 | 0 | 40 | 71 | 7 | 32 | 117 | 103 |
| Binary | 11101101 | 10100010 | 1100111 | 0 | 100000 | 111001 | 111 | 11010 | 1001111 | 1000011 |
Color Harmonies of #EDA267
Complementary color
Monochromatic Colors of #EDA267
Black with #EDA267
Text Example
Text Example
White with #EDA267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA267; }
p { color: rgb(237,162,103); }
H1.HeaderClassName
{
color: #EDA267;
}
.AnyTagClassName
{
color: #EDA267;
}
</style>
background-color css
<style>
a { background-color: #EDA267; }
a { background-color: rgb(237,162,103); }
div.DivClassName
{
background-color: #EDA267;
}
.BgClassName
{
background-color: #EDA267;
}
</style>
border-color css
<style>
span { border-color: #EDA267; }
span { border-color: rgb(237,162,103); }
td.TdClassName
{
border-color: #EDA267;
}
.TagClassName
{
border-color: #EDA267;
}
</style>