#EEA564

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

Shades of Sandy Brown #EEA564

Tints of Sandy Brown #EEA564

Color information

#EEA564 (or 0xEEA564) is unknown color: approx Sandy Brown. HEX triplet: EE, A5 and 64. RGB value is (238,165,100). Sum of RGB (Red+Green+Blue) = 238+165+100=503 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.32% from 503); Green value is 165 (64.84% from 255 or 32.80% from 503); Blue value is 100 (39.45% from 255 or 19.88% from 503); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA564 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA564 is #115A9B. Grayscale: #B3B3B3. Windows color (decimal): -1137308 or 6596078. OLE color: 6596078.

HSL color Cylindrical-coordinate representation of color #EEA564: hue angle of 28.26º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EEA564 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB238165100-
CMYK00.310.580.07
HSL28.26º80.23%66.27%-
HSV(B)28.26º57.98%93.33%-
XYZ51.0246.0118.25-
YUV179.4283.18169.79-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.32%
GREEN value IS 165 (64.84% from 255) = 32.80%
BLUE value IS 100 (39.45% from 255) = 19.88%
R=47.32%
G=32.80%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.58
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816510000.310.580.0728.2680.2366.27
HexEEA56401F3A71c5042
Octal35624514403772734120102
Binary111011101010010111001000111111110101111110010100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA564; }

 p { color: rgb(238,165,100); }

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

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

 a { background-color: rgb(238,165,100); }

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

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

 span { border-color: rgb(238,165,100); }

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