#eaa26b

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

Shades of Sandy Brown #EAA26B

Tints of Sandy Brown #EAA26B

Color information

#EAA26B (or 0xEAA26B) is unknown color: approx Sandy Brown. HEX triplet: EA, A2 and 6B. RGB value is (234,162,107). Sum of RGB (Red+Green+Blue) = 234+162+107=503 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.52% from 503); Green value is 162 (63.67% from 255 or 32.21% from 503); Blue value is 107 (42.19% from 255 or 21.27% from 503); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA26B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA26B is #155D94. Grayscale: #B1B1B1. Windows color (decimal): -1400213 or 7054058. OLE color: 7054058.

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

Color convert

RGB234162107-
CMYK00.310.540.08
HSL25.98º75.15%66.86%-
HSV(B)25.98º54.27%91.76%-
XYZ49.5144.3919.87-
YUV177.2688.35168.47-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.52%
GREEN value IS 162 (63.67% from 255) = 32.21%
BLUE value IS 107 (42.19% from 255) = 21.27%
R=46.52%
G=32.21%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416210700.310.540.0825.9875.1566.86
HexEAA26B01F3681a4b43
Octal352242153037661032113103
Binary1110101010100010110101101111111011010001101010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eaa26b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eaa26b; }

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

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

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

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

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

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

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

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