#EDA26E

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

Shades of Sandy Brown #EDA26E

Tints of Sandy Brown #EDA26E

Color information

#EDA26E (or 0xEDA26E) is unknown color: approx Sandy Brown. HEX triplet: ED, A2 and 6E. RGB value is (237,162,110). Sum of RGB (Red+Green+Blue) = 237+162+110=509 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.56% from 509); Green value is 162 (63.67% from 255 or 31.83% from 509); Blue value is 110 (43.36% from 255 or 21.61% from 509); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA26E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EDA26E is #125D91. Grayscale: #B2B2B2. Windows color (decimal): -1203602 or 7250669. OLE color: 7250669.

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

Color convert

RGB237162110-
CMYK00.320.540.07
HSL24.57º77.91%68.04%-
HSV(B)24.57º53.59%92.94%-
XYZ50.6644.9720.76-
YUV178.589.35169.73-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.56%
GREEN value IS 162 (63.67% from 255) = 31.83%
BLUE value IS 110 (43.36% from 255) = 21.61%
R=46.56%
G=31.83%
B=21.61%

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
Decimal23716211000.320.540.0724.5777.9168.04
HexEDA26E020367194e44
Octal35524215604066731116104
Binary1110110110100010110111001000001101101111100110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA26E; }

 p { color: rgb(237,162,110); }

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

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

 a { background-color: rgb(237,162,110); }

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

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

 span { border-color: rgb(237,162,110); }

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