#EF9A5A

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

Shades of Sandy Brown #EF9A5A

Tints of Sandy Brown #EF9A5A

Color information

#EF9A5A (or 0xEF9A5A) is unknown color: approx Sandy Brown. HEX triplet: EF, 9A and 5A. RGB value is (239,154,90). Sum of RGB (Red+Green+Blue) = 239+154+90=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 90 (35.55% from 255 or 18.63% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9A5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9A5A is #1065A5. Grayscale: #ACACAC. Windows color (decimal): -1074598 or 5937903. OLE color: 5937903.

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

Color convert

RGB23915490-
CMYK00.360.620.06
HSL25.77º82.32%64.51%-
HSV(B)25.77º62.34%93.73%-
XYZ4942.215.24-
YUV172.1281.66175.7-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.48%
GREEN value IS 154 (60.55% from 255) = 31.88%
BLUE value IS 90 (35.55% from 255) = 18.63%
R=49.48%
G=31.88%
B=18.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391549000.360.620.0625.7782.3264.51
HexEF9A5A0243E61a5241
Octal35723213204476632122101
Binary1110111110011010101101001001001111101101101010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9A5A; }

 p { color: rgb(239,154,90); }

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

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

 a { background-color: rgb(239,154,90); }

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

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

 span { border-color: rgb(239,154,90); }

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