#EA9E64

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

Shades of Sandy Brown #EA9E64

Tints of Sandy Brown #EA9E64

Color information

#EA9E64 (or 0xEA9E64) is unknown color: approx Sandy Brown. HEX triplet: EA, 9E and 64. RGB value is (234,158,100). Sum of RGB (Red+Green+Blue) = 234+158+100=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 158 (62.11% from 255 or 32.11% from 492); Blue value is 100 (39.45% from 255 or 20.33% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9E64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9E64 is #15619B. Grayscale: #AEAEAE. Windows color (decimal): -1401244 or 6594282. OLE color: 6594282.

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

Color convert

RGB234158100-
CMYK00.320.570.08
HSL25.97º76.14%65.49%-
HSV(B)25.97º57.26%91.76%-
XYZ48.4642.8717.78-
YUV174.1186.18170.72-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.56%
GREEN value IS 158 (62.11% from 255) = 32.11%
BLUE value IS 100 (39.45% from 255) = 20.33%
R=47.56%
G=32.11%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415810000.320.570.0825.9776.1465.49
HexEA9E640203981a4c41
Octal352236144040711032114101
Binary11101010100111101100100010000011100110001101010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9E64; }

 p { color: rgb(234,158,100); }

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

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

 a { background-color: rgb(234,158,100); }

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

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

 span { border-color: rgb(234,158,100); }

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