#eaa26d

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

Shades of Sandy Brown #EAA26D

Tints of Sandy Brown #EAA26D

Color information

#EAA26D (or 0xEAA26D) is unknown color: approx Sandy Brown. HEX triplet: EA, A2 and 6D. RGB value is (234,162,109). Sum of RGB (Red+Green+Blue) = 234+162+109=505 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.34% from 505); Green value is 162 (63.67% from 255 or 32.08% from 505); Blue value is 109 (42.97% from 255 or 21.58% from 505); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA26D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA26D is #155D92. Grayscale: #B1B1B1. Windows color (decimal): -1400211 or 7185130. OLE color: 7185130.

HSL color Cylindrical-coordinate representation of color #EAA26D: hue angle of 25.44º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EAA26D is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB234162109-
CMYK00.310.530.08
HSL25.44º74.85%67.25%-
HSV(B)25.44º53.42%91.76%-
XYZ49.6144.4420.43-
YUV177.4989.35168.31-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.34%
GREEN value IS 162 (63.67% from 255) = 32.08%
BLUE value IS 109 (42.97% from 255) = 21.58%
R=46.34%
G=32.08%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416210900.310.530.0825.4474.8567.25
HexEAA26D01F358194b43
Octal352242155037651031113103
Binary1110101010100010110110101111111010110001100110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eaa26d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eaa26d; }

 p { color: rgb(234,162,109); }

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

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

 a { background-color: rgb(234,162,109); }

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

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

 span { border-color: rgb(234,162,109); }

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