#EDA055

Color #EDA055 Sandy Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sandy Brown #EDA055

Tints of Sandy Brown #EDA055

Color information

#EDA055 (or 0xEDA055) is unknown color: approx Sandy Brown. HEX triplet: ED, A0 and 55. RGB value is (237,160,85). Sum of RGB (Red+Green+Blue) = 237+160+85=482 (63% of max value = 765). Red value is 237 (92.97% from 255 or 49.17% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 85 (33.59% from 255 or 17.63% from 482); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA055 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA055 is #125FAA. Grayscale: #AEAEAE. Windows color (decimal): -1204139 or 5611757. OLE color: 5611757.

HSL color Cylindrical-coordinate representation of color #EDA055: hue angle of 29.61º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EDA055 is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.07.

Color convert

RGB23716085-
CMYK00.320.640.07
HSL29.61º80.85%63.14%-
HSV(B)29.61º64.14%92.94%-
XYZ49.1443.814.46-
YUV174.4777.51172.6-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 49.17%
GREEN value IS 160 (62.89% from 255) = 33.20%
BLUE value IS 85 (33.59% from 255) = 17.63%
R=49.17%
G=33.20%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.64
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2371608500.320.640.0729.6180.8563.14
HexEDA0550204071e513f
Octal35524012504010073612177
Binary1110110110100000101010101000001000000111111101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA055; }

 p { color: rgb(237,160,85); }

 H1.HeaderClassName
 {
   color: #EDA055;
 }
 .AnyTagClassName
 {
   color: #EDA055;
 }
</style>
background-color css

<style>
 a { background-color: #EDA055; }

 a { background-color: rgb(237,160,85); }

 div.DivClassName
 {
   background-color: #EDA055;
 }
 .BgClassName
 {
   background-color: #EDA055;
 }
</style>
border-color css

<style>
 span { border-color: #EDA055; }

 span { border-color: rgb(237,160,85); }

 td.TdClassName
 {
   border-color: #EDA055;
 }
 .TagClassName
 {
   border-color: #EDA055;
 }
</style>