#EA9A66

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

Shades of Sandy Brown #EA9A66

Tints of Sandy Brown #EA9A66

Color information

#EA9A66 (or 0xEA9A66) is unknown color: approx Sandy Brown. HEX triplet: EA, 9A and 66. RGB value is (234,154,102). Sum of RGB (Red+Green+Blue) = 234+154+102=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 102 (40.23% from 255 or 20.82% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9A66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9A66 is #156599. Grayscale: #ACACAC. Windows color (decimal): -1402266 or 6724330. OLE color: 6724330.

HSL color Cylindrical-coordinate representation of color #EA9A66: hue angle of 23.64º 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 #EA9A66 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB234154102-
CMYK00.340.560.08
HSL23.64º75.86%65.88%-
HSV(B)23.64º56.41%91.76%-
XYZ47.8941.5618.07-
YUV171.9988.5172.23-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.76%
GREEN value IS 154 (60.55% from 255) = 31.43%
BLUE value IS 102 (40.23% from 255) = 20.82%
R=47.76%
G=31.43%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415410200.340.560.0823.6475.8665.88
HexEA9A66022388184c42
Octal352232146042701030114102
Binary11101010100110101100110010001011100010001100010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9A66; }

 p { color: rgb(234,154,102); }

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

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

 a { background-color: rgb(234,154,102); }

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

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

 span { border-color: rgb(234,154,102); }

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