#EA9665

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

Shades of Sandy Brown #EA9665

Tints of Sandy Brown #EA9665

Color information

#EA9665 (or 0xEA9665) is unknown color: approx Sandy Brown. HEX triplet: EA, 96 and 65. RGB value is (234,150,101). Sum of RGB (Red+Green+Blue) = 234+150+101=485 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.25% from 485); Green value is 150 (58.98% from 255 or 30.93% from 485); Blue value is 101 (39.84% from 255 or 20.82% from 485); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9665 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9665 is #15699A. Grayscale: #A9A9A9. Windows color (decimal): -1403291 or 6657770. OLE color: 6657770.

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

Color convert

RGB234150101-
CMYK00.360.570.08
HSL22.11º76%65.69%-
HSV(B)22.11º56.84%91.76%-
XYZ47.1940.2417.59-
YUV169.5389.33173.98-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.25%
GREEN value IS 150 (58.98% from 255) = 30.93%
BLUE value IS 101 (39.84% from 255) = 20.82%
R=48.25%
G=30.93%
B=20.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415010100.360.570.0822.117665.69
HexEA9665024398164c42
Octal352226145044711026114102
Binary11101010100101101100101010010011100110001011010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9665; }

 p { color: rgb(234,150,101); }

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

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

 a { background-color: rgb(234,150,101); }

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

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

 span { border-color: rgb(234,150,101); }

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