#EF955A

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

Shades of Sandy Brown #EF955A

Tints of Sandy Brown #EF955A

Color information

#EF955A (or 0xEF955A) is unknown color: approx Sandy Brown. HEX triplet: EF, 95 and 5A. RGB value is (239,149,90). Sum of RGB (Red+Green+Blue) = 239+149+90=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 149 (58.59% from 255 or 31.17% from 478); Blue value is 90 (35.55% from 255 or 18.83% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF955A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF955A is #106AA5. Grayscale: #A9A9A9. Windows color (decimal): -1075878 or 5936623. OLE color: 5936623.

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

Color convert

RGB23914990-
CMYK00.380.620.06
HSL23.76º82.32%64.51%-
HSV(B)23.76º62.34%93.73%-
XYZ48.1940.5814.97-
YUV169.1883.32177.8-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50%
GREEN value IS 149 (58.59% from 255) = 31.17%
BLUE value IS 90 (35.55% from 255) = 18.83%
R=50%
G=31.17%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391499000.380.620.0623.7682.3264.51
HexEF955A0263E6185241
Octal35722513204676630122101
Binary1110111110010101101101001001101111101101100010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF955A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF955A; }

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

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

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

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

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

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

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

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