#EAA15C

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

Shades of Sandy Brown #EAA15C

Tints of Sandy Brown #EAA15C

Color information

#EAA15C (or 0xEAA15C) is unknown color: approx Sandy Brown. HEX triplet: EA, A1 and 5C. RGB value is (234,161,92). Sum of RGB (Red+Green+Blue) = 234+161+92=487 (64% of max value = 765). Red value is 234 (91.80% from 255 or 48.05% from 487); Green value is 161 (63.28% from 255 or 33.06% from 487); Blue value is 92 (36.33% from 255 or 18.89% from 487); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA15C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA15C is #155EA3. Grayscale: #AFAFAF. Windows color (decimal): -1400484 or 6070762. OLE color: 6070762.

HSL color Cylindrical-coordinate representation of color #EAA15C: hue angle of 29.15º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EAA15C is Cyan = 0, Magento = 0.31, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB23416192-
CMYK00.310.610.08
HSL29.15º77.17%63.92%-
HSV(B)29.15º60.68%91.76%-
XYZ48.6143.7516.01-
YUV174.9681.18170.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 48.05%
GREEN value IS 161 (63.28% from 255) = 33.06%
BLUE value IS 92 (36.33% from 255) = 18.89%
R=48.05%
G=33.06%
B=18.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341619200.310.610.0829.1577.1763.92
HexEAA15C01F3D81d4d40
Octal352241134037751035115100
Binary1110101010100001101110001111111110110001110110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA15C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA15C; }

 p { color: rgb(234,161,92); }

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

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

 a { background-color: rgb(234,161,92); }

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

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

 span { border-color: rgb(234,161,92); }

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