#EF965A

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

Shades of Sandy Brown #EF965A

Tints of Sandy Brown #EF965A

Color information

#EF965A (or 0xEF965A) is unknown color: approx Sandy Brown. HEX triplet: EF, 96 and 5A. RGB value is (239,150,90). Sum of RGB (Red+Green+Blue) = 239+150+90=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 90 (35.55% from 255 or 18.79% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF965A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF965A is #1069A5. Grayscale: #AAAAAA. Windows color (decimal): -1075622 or 5936879. OLE color: 5936879.

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

Color convert

RGB23915090-
CMYK00.370.620.06
HSL24.16º82.32%64.51%-
HSV(B)24.16º62.34%93.73%-
XYZ48.3540.915.02-
YUV169.7782.99177.38-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.90%
GREEN value IS 150 (58.98% from 255) = 31.32%
BLUE value IS 90 (35.55% from 255) = 18.79%
R=49.90%
G=31.32%
B=18.79%

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
Decimal2391509000.370.620.0624.1682.3264.51
HexEF965A0253E6185241
Octal35722613204576630122101
Binary1110111110010110101101001001011111101101100010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF965A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF965A; }

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

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

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

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

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

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

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

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