#EEA75F

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

Shades of Sandy Brown #EEA75F

Tints of Sandy Brown #EEA75F

Color information

#EEA75F (or 0xEEA75F) is unknown color: approx Sandy Brown. HEX triplet: EE, A7 and 5F. RGB value is (238,167,95). Sum of RGB (Red+Green+Blue) = 238+167+95=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 167 (65.62% from 255 or 33.4% from 500); Blue value is 95 (37.5% from 255 or 19% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA75F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EEA75F is #1158A0. Grayscale: #B4B4B4. Windows color (decimal): -1136801 or 6268910. OLE color: 6268910.

HSL color Cylindrical-coordinate representation of color #EEA75F: hue angle of 30.21º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EEA75F is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB23816795-
CMYK00.300.600.07
HSL30.21º80.79%65.29%-
HSV(B)30.21º60.08%93.33%-
XYZ51.1446.6417.13-
YUV180.0280.02169.35-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.6%
GREEN value IS 167 (65.62% from 255) = 33.4%
BLUE value IS 95 (37.5% from 255) = 19%
R=47.6%
G=33.4%
B=19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2381679500.300.600.0730.2180.7965.29
HexEEA75F01E3C71e5141
Octal35624713703674736121101
Binary111011101010011110111110111101111001111111010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA75F; }

 p { color: rgb(238,167,95); }

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

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

 a { background-color: rgb(238,167,95); }

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

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

 span { border-color: rgb(238,167,95); }

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