#efa069

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

Shades of Sandy Brown #EFA069

Tints of Sandy Brown #EFA069

Color information

#EFA069 (or 0xEFA069) is unknown color: approx Sandy Brown. HEX triplet: EF, A0 and 69. RGB value is (239,160,105). Sum of RGB (Red+Green+Blue) = 239+160+105=504 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.42% from 504); Green value is 160 (62.89% from 255 or 31.75% from 504); Blue value is 105 (41.41% from 255 or 20.83% from 504); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA069 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA069 is #105F96. Grayscale: #B1B1B1. Windows color (decimal): -1073047 or 6922479. OLE color: 6922479.

HSL color Cylindrical-coordinate representation of color #EFA069: hue angle of 24.63º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EFA069 is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB239160105-
CMYK00.330.560.06
HSL24.63º80.72%67.45%-
HSV(B)24.63º56.07%93.73%-
XYZ50.7244.5119.28-
YUV177.3587.17171.97-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.42%
GREEN value IS 160 (62.89% from 255) = 31.75%
BLUE value IS 105 (41.41% from 255) = 20.83%
R=47.42%
G=31.75%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916010500.330.560.0624.6380.7267.45
HexEFA069021386195143
Octal35724015104170631121103
Binary1110111110100000110100101000011110001101100110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efa069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efa069; }

 p { color: rgb(239,160,105); }

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

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

 a { background-color: rgb(239,160,105); }

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

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

 span { border-color: rgb(239,160,105); }

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