#EEA95A

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

Shades of Sandy Brown #EEA95A

Tints of Sandy Brown #EEA95A

Color information

#EEA95A (or 0xEEA95A) is unknown color: approx Sandy Brown. HEX triplet: EE, A9 and 5A. RGB value is (238,169,90). Sum of RGB (Red+Green+Blue) = 238+169+90=497 (65% of max value = 765). Red value is 238 (93.36% from 255 or 47.89% from 497); Green value is 169 (66.41% from 255 or 34.00% from 497); Blue value is 90 (35.55% from 255 or 18.11% from 497); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA95A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA95A is #1156A5. Grayscale: #B5B5B5. Windows color (decimal): -1136294 or 5941742. OLE color: 5941742.

HSL color Cylindrical-coordinate representation of color #EEA95A: hue angle of 32.03º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EEA95A is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB23816990-
CMYK00.290.620.07
HSL32.03º81.32%64.31%-
HSV(B)32.03º62.18%93.33%-
XYZ51.2947.2916.1-
YUV180.6276.86168.92-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.89%
GREEN value IS 169 (66.41% from 255) = 34.00%
BLUE value IS 90 (35.55% from 255) = 18.11%
R=47.89%
G=34.00%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381699000.290.620.0732.0381.3264.31
HexEEA95A01D3E7205140
Octal35625113203576740121100
Binary1110111010101001101101001110111111011110000010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA95A; }

 p { color: rgb(238,169,90); }

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

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

 a { background-color: rgb(238,169,90); }

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

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

 span { border-color: rgb(238,169,90); }

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