#EFA45C

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

Shades of Sandy Brown #EFA45C

Tints of Sandy Brown #EFA45C

Color information

#EFA45C (or 0xEFA45C) is unknown color: approx Sandy Brown. HEX triplet: EF, A4 and 5C. RGB value is (239,164,92). Sum of RGB (Red+Green+Blue) = 239+164+92=495 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.28% from 495); Green value is 164 (64.45% from 255 or 33.13% from 495); Blue value is 92 (36.33% from 255 or 18.59% from 495); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA45C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA45C is #105BA3. Grayscale: #B2B2B2. Windows color (decimal): -1072036 or 6071535. OLE color: 6071535.

HSL color Cylindrical-coordinate representation of color #EFA45C: hue angle of 29.39º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EFA45C is Cyan = 0, Magento = 0.31, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB23916492-
CMYK00.310.620.06
HSL29.39º82.12%64.9%-
HSV(B)29.39º61.51%93.73%-
XYZ50.845.6716.26-
YUV178.2279.35171.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.28%
GREEN value IS 164 (64.45% from 255) = 33.13%
BLUE value IS 92 (36.33% from 255) = 18.59%
R=48.28%
G=33.13%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391649200.310.620.0629.3982.1264.9
HexEFA45C01F3E61d5241
Octal35724413403776635122101
Binary111011111010010010111000111111111101101110110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA45C; }

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

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

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

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

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

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

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

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