#EF9963

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

Shades of Sandy Brown #EF9963

Tints of Sandy Brown #EF9963

Color information

#EF9963 (or 0xEF9963) is unknown color: approx Sandy Brown. HEX triplet: EF, 99 and 63. RGB value is (239,153,99). Sum of RGB (Red+Green+Blue) = 239+153+99=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 99 (39.06% from 255 or 20.16% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EF9963 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF9963 is #10669C. Grayscale: #ACACAC. Windows color (decimal): -1074845 or 6527471. OLE color: 6527471.

HSL color Cylindrical-coordinate representation of color #EF9963: hue angle of 23.14º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EF9963 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB23915399-
CMYK00.360.590.06
HSL23.14º81.4%66.27%-
HSV(B)23.14º58.58%93.73%-
XYZ49.2442.0317.32-
YUV172.5686.49175.39-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 48.68%
GREEN value IS 153 (60.16% from 255) = 31.16%
BLUE value IS 99 (39.06% from 255) = 20.16%
R=48.68%
G=31.16%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391539900.360.590.0623.1481.466.27
HexEF99630243B6175142
Octal35723114304473627121102
Binary1110111110011001110001101001001110111101011110100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF9963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF9963; }

 p { color: rgb(239,153,99); }

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

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

 a { background-color: rgb(239,153,99); }

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

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

 span { border-color: rgb(239,153,99); }

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