#EDA966

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

Shades of Sandy Brown #EDA966

Tints of Sandy Brown #EDA966

Color information

#EDA966 (or 0xEDA966) is unknown color: approx Sandy Brown. HEX triplet: ED, A9 and 66. RGB value is (237,169,102). Sum of RGB (Red+Green+Blue) = 237+169+102=508 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.65% from 508); Green value is 169 (66.41% from 255 or 33.27% from 508); Blue value is 102 (40.23% from 255 or 20.08% from 508); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA966 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA966 is #125699. Grayscale: #B6B6B6. Windows color (decimal): -1201818 or 6728173. OLE color: 6728173.

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

Color convert

RGB237169102-
CMYK00.290.570.07
HSL29.78º78.95%66.47%-
HSV(B)29.78º56.96%92.94%-
XYZ51.5147.3418.99-
YUV181.6983.03167.45-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.65%
GREEN value IS 169 (66.41% from 255) = 33.27%
BLUE value IS 102 (40.23% from 255) = 20.08%
R=46.65%
G=33.27%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716910200.290.570.0729.7878.9566.47
HexEDA96601D3971e4f42
Octal35525114603571736117102
Binary111011011010100111001100111011110011111111010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA966; }

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

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

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

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

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

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

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

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