#EDA06D

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

Shades of Sandy Brown #EDA06D

Tints of Sandy Brown #EDA06D

Color information

#EDA06D (or 0xEDA06D) is unknown color: approx Sandy Brown. HEX triplet: ED, A0 and 6D. RGB value is (237,160,109). Sum of RGB (Red+Green+Blue) = 237+160+109=506 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.84% from 506); Green value is 160 (62.89% from 255 or 31.62% from 506); Blue value is 109 (42.97% from 255 or 21.54% from 506); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA06D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA06D is #125F92. Grayscale: #B1B1B1. Windows color (decimal): -1204115 or 7184621. OLE color: 7184621.

HSL color Cylindrical-coordinate representation of color #EDA06D: hue angle of 23.91º 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 #EDA06D is Cyan = 0, Magento = 0.32, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB237160109-
CMYK00.320.540.07
HSL23.91º78.05%67.84%-
HSV(B)23.91º54.01%92.94%-
XYZ50.2644.2520.36-
YUV177.2189.51170.65-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.84%
GREEN value IS 160 (62.89% from 255) = 31.62%
BLUE value IS 109 (42.97% from 255) = 21.54%
R=46.84%
G=31.62%
B=21.54%

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
Decimal23716010900.320.540.0723.9178.0567.84
HexEDA06D020367184e44
Octal35524015504066730116104
Binary1110110110100000110110101000001101101111100010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA06D; }

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

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

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

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

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

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

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

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