#EFA469

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

Shades of Sandy Brown #EFA469

Tints of Sandy Brown #EFA469

Color information

#EFA469 (or 0xEFA469) is unknown color: approx Sandy Brown. HEX triplet: EF, A4 and 69. RGB value is (239,164,105). Sum of RGB (Red+Green+Blue) = 239+164+105=508 (67% of max value = 765). Red value is 239 (93.75% from 255 or 47.05% from 508); Green value is 164 (64.45% from 255 or 32.28% from 508); Blue value is 105 (41.41% from 255 or 20.67% from 508); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA469 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA469 is #105B96. Grayscale: #B4B4B4. Windows color (decimal): -1072023 or 6923503. OLE color: 6923503.

HSL color Cylindrical-coordinate representation of color #EFA469: hue angle of 26.42º 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 #EFA469 is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB239164105-
CMYK00.310.560.06
HSL26.42º80.72%67.45%-
HSV(B)26.42º56.07%93.73%-
XYZ51.4245.9219.52-
YUV179.785.85170.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.05%
GREEN value IS 164 (64.45% from 255) = 32.28%
BLUE value IS 105 (41.41% from 255) = 20.67%
R=47.05%
G=32.28%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23916410500.310.560.0626.4280.7267.45
HexEFA46901F3861a5143
Octal35724415103770632121103
Binary111011111010010011010010111111110001101101010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA469; }

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

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

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

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

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

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

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

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