#EA9D6A

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

Shades of Sandy Brown #EA9D6A

Tints of Sandy Brown #EA9D6A

Color information

#EA9D6A (or 0xEA9D6A) is unknown color: approx Sandy Brown. HEX triplet: EA, 9D and 6A. RGB value is (234,157,106). Sum of RGB (Red+Green+Blue) = 234+157+106=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 157 (61.72% from 255 or 31.59% from 497); Blue value is 106 (41.80% from 255 or 21.33% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9D6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9D6A is #156295. Grayscale: #AEAEAE. Windows color (decimal): -1401494 or 6987242. OLE color: 6987242.

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

Color convert

RGB234157106-
CMYK00.330.550.08
HSL23.91º75.29%66.67%-
HSV(B)23.91º54.7%91.76%-
XYZ48.5942.6519.31-
YUV174.2189.51170.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.08%
GREEN value IS 157 (61.72% from 255) = 31.59%
BLUE value IS 106 (41.80% from 255) = 21.33%
R=47.08%
G=31.59%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415710600.330.550.0823.9175.2966.67
HexEA9D6A021378184b43
Octal352235152041671030113103
Binary11101010100111011101010010000111011110001100010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9D6A; }

 p { color: rgb(234,157,106); }

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

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

 a { background-color: rgb(234,157,106); }

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

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

 span { border-color: rgb(234,157,106); }

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