#EDA46A

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

Shades of Sandy Brown #EDA46A

Tints of Sandy Brown #EDA46A

Color information

#EDA46A (or 0xEDA46A) is unknown color: approx Sandy Brown. HEX triplet: ED, A4 and 6A. RGB value is (237,164,106). Sum of RGB (Red+Green+Blue) = 237+164+106=507 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.75% from 507); Green value is 164 (64.45% from 255 or 32.35% from 507); Blue value is 106 (41.80% from 255 or 20.91% from 507); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA46A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA46A is #125B95. Grayscale: #B3B3B3. Windows color (decimal): -1203094 or 6989037. OLE color: 6989037.

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

Color convert

RGB237164106-
CMYK00.310.550.07
HSL26.56º78.44%67.25%-
HSV(B)26.56º55.27%92.94%-
XYZ50.845.619.76-
YUV179.2286.68169.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.75%
GREEN value IS 164 (64.45% from 255) = 32.35%
BLUE value IS 106 (41.80% from 255) = 20.91%
R=46.75%
G=32.35%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716410600.310.550.0726.5678.4467.25
HexEDA46A01F3771b4e43
Octal35524415203767733116103
Binary111011011010010011010100111111101111111101110011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA46A; }

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

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

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

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

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

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

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

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