#EDA96B

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

Shades of Sandy Brown #EDA96B

Tints of Sandy Brown #EDA96B

Color information

#EDA96B (or 0xEDA96B) is unknown color: approx Sandy Brown. HEX triplet: ED, A9 and 6B. RGB value is (237,169,107). Sum of RGB (Red+Green+Blue) = 237+169+107=513 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.20% from 513); Green value is 169 (66.41% from 255 or 32.94% from 513); Blue value is 107 (42.19% from 255 or 20.86% from 513); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA96B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA96B is #125694. Grayscale: #B6B6B6. Windows color (decimal): -1201813 or 7055853. OLE color: 7055853.

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

Color convert

RGB237169107-
CMYK00.290.550.07
HSL28.62º78.31%67.45%-
HSV(B)28.62º54.85%92.94%-
XYZ51.7747.4420.34-
YUV182.2685.53167.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.20%
GREEN value IS 169 (66.41% from 255) = 32.94%
BLUE value IS 107 (42.19% from 255) = 20.86%
R=46.20%
G=32.94%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716910700.290.550.0728.6278.3167.45
HexEDA96B01D3771d4e43
Octal35525115303567735116103
Binary111011011010100111010110111011101111111110110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA96B; }

 p { color: rgb(237,169,107); }

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

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

 a { background-color: rgb(237,169,107); }

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

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

 span { border-color: rgb(237,169,107); }

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