#EA9764

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

Shades of Sandy Brown #EA9764

Tints of Sandy Brown #EA9764

Color information

#EA9764 (or 0xEA9764) is unknown color: approx Sandy Brown. HEX triplet: EA, 97 and 64. RGB value is (234,151,100). Sum of RGB (Red+Green+Blue) = 234+151+100=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 151 (59.38% from 255 or 31.13% from 485); Blue value is 100 (39.45% from 255 or 20.62% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9764 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9764 is #15689B. Grayscale: #AAAAAA. Windows color (decimal): -1403036 or 6592490. OLE color: 6592490.

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

Color convert

RGB234151100-
CMYK00.350.570.08
HSL22.84º76.14%65.49%-
HSV(B)22.84º57.26%91.76%-
XYZ47.340.5517.39-
YUV17088.5173.65-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.25%
GREEN value IS 151 (59.38% from 255) = 31.13%
BLUE value IS 100 (39.45% from 255) = 20.62%
R=48.25%
G=31.13%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415110000.350.570.0822.8476.1465.49
HexEA9764023398174c41
Octal352227144043711027114101
Binary11101010100101111100100010001111100110001011110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9764; }

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

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

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

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

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

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

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

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