#ef965b

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

Shades of Sandy Brown #EF965B

Tints of Sandy Brown #EF965B

Color information

#EF965B (or 0xEF965B) is unknown color: approx Sandy Brown. HEX triplet: EF, 96 and 5B. RGB value is (239,150,91). Sum of RGB (Red+Green+Blue) = 239+150+91=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 91 (35.94% from 255 or 18.96% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EF965B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF965B is #1069A4. Grayscale: #AAAAAA. Windows color (decimal): -1075621 or 6002415. OLE color: 6002415.

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

Color convert

RGB23915091-
CMYK00.370.620.06
HSL23.92º82.22%64.71%-
HSV(B)23.92º61.92%93.73%-
XYZ48.3940.9215.25-
YUV169.8883.49177.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.79%
GREEN value IS 150 (58.98% from 255) = 31.25%
BLUE value IS 91 (35.94% from 255) = 18.96%
R=49.79%
G=31.25%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391509100.370.620.0623.9282.2264.71
HexEF965B0253E6185241
Octal35722613304576630122101
Binary1110111110010110101101101001011111101101100010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ef965b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ef965b; }

 p { color: rgb(239,150,91); }

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

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

 a { background-color: rgb(239,150,91); }

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

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

 span { border-color: rgb(239,150,91); }

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