#EAA75D

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

Shades of Sandy Brown #EAA75D

Tints of Sandy Brown #EAA75D

Color information

#EAA75D (or 0xEAA75D) is unknown color: approx Sandy Brown. HEX triplet: EA, A7 and 5D. RGB value is (234,167,93). Sum of RGB (Red+Green+Blue) = 234+167+93=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 167 (65.62% from 255 or 33.81% from 494); Blue value is 93 (36.72% from 255 or 18.83% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA75D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA75D is #1558A2. Grayscale: #B2B2B2. Windows color (decimal): -1398947 or 6137834. OLE color: 6137834.

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

Color convert

RGB23416793-
CMYK00.290.600.08
HSL31.49º77.05%64.12%-
HSV(B)31.49º60.26%91.76%-
XYZ49.7345.9216.6-
YUV178.679.7167.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.37%
GREEN value IS 167 (65.62% from 255) = 33.81%
BLUE value IS 93 (36.72% from 255) = 18.83%
R=47.37%
G=33.81%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.60
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341679300.290.600.0831.4977.0564.12
HexEAA75D01D3C81f4d40
Octal352247135035741037115100
Binary1110101010100111101110101110111110010001111110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA75D; }

 p { color: rgb(234,167,93); }

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

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

 a { background-color: rgb(234,167,93); }

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

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

 span { border-color: rgb(234,167,93); }

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