#EAA25F

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

Shades of Sandy Brown #EAA25F

Tints of Sandy Brown #EAA25F

Color information

#EAA25F (or 0xEAA25F) is unknown color: approx Sandy Brown. HEX triplet: EA, A2 and 5F. RGB value is (234,162,95). Sum of RGB (Red+Green+Blue) = 234+162+95=491 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.66% from 491); Green value is 162 (63.67% from 255 or 32.99% from 491); Blue value is 95 (37.5% from 255 or 19.35% from 491); Max value from RGB is 234 - color contains mainly: red. Hex color #EAA25F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EAA25F is #155DA0. Grayscale: #B0B0B0. Windows color (decimal): -1400225 or 6267626. OLE color: 6267626.

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

Color convert

RGB23416295-
CMYK00.310.590.08
HSL28.92º76.8%64.51%-
HSV(B)28.92º59.4%91.76%-
XYZ48.9244.1616.77-
YUV175.8982.35169.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.66%
GREEN value IS 162 (63.67% from 255) = 32.99%
BLUE value IS 95 (37.5% from 255) = 19.35%
R=47.66%
G=32.99%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.59
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2341629500.310.590.0828.9276.864.51
HexEAA25F01F3B81d4d41
Octal352242137037731035115101
Binary1110101010100010101111101111111101110001110110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAA25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAA25F; }

 p { color: rgb(234,162,95); }

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

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

 a { background-color: rgb(234,162,95); }

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

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

 span { border-color: rgb(234,162,95); }

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