#EDAB6A

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

Shades of Sandy Brown #EDAB6A

Tints of Sandy Brown #EDAB6A

Color information

#EDAB6A (or 0xEDAB6A) is unknown color: approx Sandy Brown. HEX triplet: ED, AB and 6A. RGB value is (237,171,106). Sum of RGB (Red+Green+Blue) = 237+171+106=514 (68% of max value = 765). Red value is 237 (92.97% from 255 or 46.11% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 106 (41.80% from 255 or 20.62% from 514); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDAB6A is #125495. Grayscale: #B7B7B7. Windows color (decimal): -1201302 or 6990829. OLE color: 6990829.

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

Color convert

RGB237171106-
CMYK00.280.550.07
HSL29.77º78.44%67.25%-
HSV(B)29.77º55.27%92.94%-
XYZ52.0948.1720.19-
YUV183.3284.37166.29-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.11%
GREEN value IS 171 (67.19% from 255) = 33.27%
BLUE value IS 106 (41.80% from 255) = 20.62%
R=46.11%
G=33.27%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23717110600.280.550.0729.7778.4467.25
HexEDAB6A01C3771e4e43
Octal35525315203467736116103
Binary111011011010101111010100111001101111111111010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDAB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDAB6A; }

 p { color: rgb(237,171,106); }

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

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

 a { background-color: rgb(237,171,106); }

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

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

 span { border-color: rgb(237,171,106); }

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