#EDA16D

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

Shades of Sandy Brown #EDA16D

Tints of Sandy Brown #EDA16D

Color information

#EDA16D (or 0xEDA16D) is unknown color: approx Sandy Brown. HEX triplet: ED, A1 and 6D. RGB value is (237,161,109). Sum of RGB (Red+Green+Blue) = 237+161+109=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 161 (63.28% from 255 or 31.76% from 507); Blue value is 109 (42.97% from 255 or 21.50% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA16D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA16D is #125E92. Grayscale: #B2B2B2. Windows color (decimal): -1203859 or 7184877. OLE color: 7184877.

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

Color convert

RGB237161109-
CMYK00.320.540.07
HSL24.38º78.05%67.84%-
HSV(B)24.38º54.01%92.94%-
XYZ50.4344.620.42-
YUV177.889.18170.23-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.75%
GREEN value IS 161 (63.28% from 255) = 31.76%
BLUE value IS 109 (42.97% from 255) = 21.50%
R=46.75%
G=31.76%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716110900.320.540.0724.3878.0567.84
HexEDA16D020367184e44
Octal35524115504066730116104
Binary1110110110100001110110101000001101101111100010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA16D; }

 p { color: rgb(237,161,109); }

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

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

 a { background-color: rgb(237,161,109); }

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

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

 span { border-color: rgb(237,161,109); }

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