#EAA267

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

Shades of Sandy Brown #EAA267

Tints of Sandy Brown #EAA267

Color information

#EAA267 (or 0xEAA267) is unknown color: approx Sandy Brown. HEX triplet: EA, A2 and 67. RGB value is (234,162,103). Sum of RGB (Red+Green+Blue) = 234+162+103=499 (66% of max value = 765). Red value is 234 (91.80% from 255 or 46.89% from 499); Green value is 162 (63.67% from 255 or 32.46% from 499); Blue value is 103 (40.62% from 255 or 20.64% from 499); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA267 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA267 is #155D98. Grayscale: #B1B1B1. Windows color (decimal): -1400217 or 6791914. OLE color: 6791914.

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

Color convert

RGB234162103-
CMYK00.310.560.08
HSL27.02º75.72%66.08%-
HSV(B)27.02º55.98%91.76%-
XYZ49.344.3118.79-
YUV176.886.35168.8-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 46.89%
GREEN value IS 162 (63.67% from 255) = 32.46%
BLUE value IS 103 (40.62% from 255) = 20.64%
R=46.89%
G=32.46%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23416210300.310.560.0827.0275.7266.08
HexEAA26701F3881b4c42
Octal352242147037701033114102
Binary1110101010100010110011101111111100010001101110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA267; }

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

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

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

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

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

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

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

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