#EF9E60

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

Shades of Sandy Brown #EF9E60

Tints of Sandy Brown #EF9E60

Color information

#EF9E60 (or 0xEF9E60) is unknown color: approx Sandy Brown. HEX triplet: EF, 9E and 60. RGB value is (239,158,96). Sum of RGB (Red+Green+Blue) = 239+158+96=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 96 (37.89% from 255 or 19.47% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9E60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9E60 is #10619F. Grayscale: #AFAFAF. Windows color (decimal): -1073568 or 6332143. OLE color: 6332143.

HSL color Cylindrical-coordinate representation of color #EF9E60: hue angle of 26.01º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EF9E60 is Cyan = 0, Magento = 0.34, Yellow = 0.60 and Black (K on CMYK) = 0.06.

Color convert

RGB23915896-
CMYK00.340.600.06
HSL26.01º81.71%65.69%-
HSV(B)26.01º59.83%93.73%-
XYZ49.9343.6516.86-
YUV175.1583.34173.54-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.48%
GREEN value IS 158 (62.11% from 255) = 32.05%
BLUE value IS 96 (37.89% from 255) = 19.47%
R=48.48%
G=32.05%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.60
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391589600.340.600.0626.0181.7165.69
HexEF9E600223C61a5242
Octal35723614004274632122102
Binary1110111110011110110000001000101111001101101010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9E60; }

 p { color: rgb(239,158,96); }

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

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

 a { background-color: rgb(239,158,96); }

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

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

 span { border-color: rgb(239,158,96); }

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