#EA9D69

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

Shades of Sandy Brown #EA9D69

Tints of Sandy Brown #EA9D69

Color information

#EA9D69 (or 0xEA9D69) is unknown color: approx Sandy Brown. HEX triplet: EA, 9D and 69. RGB value is (234,157,105). Sum of RGB (Red+Green+Blue) = 234+157+105=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 105 (41.41% from 255 or 21.17% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9D69 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EA9D69 is #156296. Grayscale: #AEAEAE. Windows color (decimal): -1401495 or 6921706. OLE color: 6921706.

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

Color convert

RGB234157105-
CMYK00.330.550.08
HSL24.19º75.44%66.47%-
HSV(B)24.19º55.13%91.76%-
XYZ48.5442.6319.03-
YUV174.189.01170.73-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.18%
GREEN value IS 157 (61.72% from 255) = 31.65%
BLUE value IS 105 (41.41% from 255) = 21.17%
R=47.18%
G=31.65%
B=21.17%

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
Decimal23415710500.330.550.0824.1975.4466.47
HexEA9D69021378184b42
Octal352235151041671030113102
Binary11101010100111011101001010000111011110001100010010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9D69; }

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

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

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

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

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

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

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

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