Shades of Sandy Brown #EDA469
Tints of Sandy Brown #EDA469
RGB
CMYK
RGB Variations
Color information
#EDA469 (or 0xEDA469) is known color: Sandy Brown. HEX triplet: ED, A4 and 69. RGB value is (237,164,105). Sum of RGB (Red+Green+Blue) = 237+164+105=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 164 (64.45% from 255 or 32.41% from 506); Blue value is 105 (41.41% from 255 or 20.75% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA469 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA469 is #125B96. Grayscale: #B3B3B3. Windows color (decimal): -1203095 or 6923501. OLE color: 6923501.
HSL color Cylindrical-coordinate representation of color #EDA469: hue angle of 26.82º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EDA469 is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 164 | 105 | - |
| CMYK | 0 | 0.31 | 0.56 | 0.07 |
| HSL | 26.82º | 0.79% | 0.67% | - |
| HSV(B) | 26.82º | 0.56% | 0.93% | - |
| XYZ | 50.75 | 45.58 | 19.49 | - |
| YUV | 179.1 | 86.18 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 164 | 105 | 0 | 0.31 | 0.56 | 0.07 | 26.82 | 0.79 | 0.67 |
| Hex | ED | A4 | 69 | 0 | 1F | 38 | 7 | 1B | 4F | 43 |
| Octal | 355 | 244 | 151 | 0 | 37 | 70 | 7 | 33 | 117 | 103 |
| Binary | 11101101 | 10100100 | 1101001 | 0 | 11111 | 111000 | 111 | 11011 | 1001111 | 1000011 |
Color Harmonies of #EDA469
Complementary color
Monochromatic Colors of #EDA469
Black with #EDA469
Text Example
Text Example
White with #EDA469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDA469; }
p { color: rgb(237,164,105); }
H1.HeaderClassName
{
color: #EDA469;
}
.AnyTagClassName
{
color: #EDA469;
}
</style>
background-color css
<style>
a { background-color: #EDA469; }
a { background-color: rgb(237,164,105); }
div.DivClassName
{
background-color: #EDA469;
}
.BgClassName
{
background-color: #EDA469;
}
</style>
border-color css
<style>
span { border-color: #EDA469; }
span { border-color: rgb(237,164,105); }
td.TdClassName
{
border-color: #EDA469;
}
.TagClassName
{
border-color: #EDA469;
}
</style>