#EEA06B

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

Shades of Sandy Brown #EEA06B

Tints of Sandy Brown #EEA06B

Color information

#EEA06B (or 0xEEA06B) is unknown color: approx Sandy Brown. HEX triplet: EE, A0 and 6B. RGB value is (238,160,107). Sum of RGB (Red+Green+Blue) = 238+160+107=505 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.13% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 107 (42.19% from 255 or 21.19% from 505); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA06B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA06B is #115F94. Grayscale: #B1B1B1. Windows color (decimal): -1138581 or 7053550. OLE color: 7053550.

HSL color Cylindrical-coordinate representation of color #EEA06B: hue angle of 24.27º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EEA06B is Cyan = 0, Magento = 0.33, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB238160107-
CMYK00.330.550.07
HSL24.27º79.39%67.65%-
HSV(B)24.27º55.04%93.33%-
XYZ50.4844.3819.82-
YUV177.2888.34171.31-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.13%
GREEN value IS 160 (62.89% from 255) = 31.68%
BLUE value IS 107 (42.19% from 255) = 21.19%
R=47.13%
G=31.68%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816010700.330.550.0724.2779.3967.65
HexEEA06B021377184f44
Octal35624015304167730117104
Binary1110111010100000110101101000011101111111100010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA06B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA06B; }

 p { color: rgb(238,160,107); }

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

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

 a { background-color: rgb(238,160,107); }

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

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

 span { border-color: rgb(238,160,107); }

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