#EEA25A

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

Shades of Sandy Brown #EEA25A

Tints of Sandy Brown #EEA25A

Color information

#EEA25A (or 0xEEA25A) is unknown color: approx Sandy Brown. HEX triplet: EE, A2 and 5A. RGB value is (238,162,90). Sum of RGB (Red+Green+Blue) = 238+162+90=490 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.57% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 90 (35.55% from 255 or 18.37% from 490); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA25A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA25A is #115DA5. Grayscale: #B0B0B0. Windows color (decimal): -1138086 or 5939950. OLE color: 5939950.

HSL color Cylindrical-coordinate representation of color #EEA25A: hue angle of 29.19º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EEA25A is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB23816290-
CMYK00.320.620.07
HSL29.19º81.32%64.31%-
HSV(B)29.19º62.18%93.33%-
XYZ50.0344.7615.67-
YUV176.5279.18171.85-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 48.57%
GREEN value IS 162 (63.67% from 255) = 33.06%
BLUE value IS 90 (35.55% from 255) = 18.37%
R=48.57%
G=33.06%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381629000.320.620.0729.1981.3264.31
HexEEA25A0203E71d5140
Octal35624213204076735121100
Binary1110111010100010101101001000001111101111110110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA25A; }

 p { color: rgb(238,162,90); }

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

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

 a { background-color: rgb(238,162,90); }

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

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

 span { border-color: rgb(238,162,90); }

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