#EFA149

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

Shades of Sunshade #EFA149

Tints of Sunshade #EFA149

Color information

#EFA149 (or 0xEFA149) is unknown color: approx Sunshade. HEX triplet: EF, A1 and 49. RGB value is (239,161,73). Sum of RGB (Red+Green+Blue) = 239+161+73=473 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.53% from 473); Green value is 161 (63.28% from 255 or 34.04% from 473); Blue value is 73 (28.91% from 255 or 15.43% from 473); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA149 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA149 is #105EB6. Grayscale: #AEAEAE. Windows color (decimal): -1072823 or 4825583. OLE color: 4825583.

HSL color Cylindrical-coordinate representation of color #EFA149: hue angle of 31.81º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFA149 is Cyan = 0, Magento = 0.33, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB23916173-
CMYK00.330.690.06
HSL31.81º83.84%61.18%-
HSV(B)31.81º69.46%93.73%-
XYZ49.5444.3212.25-
YUV174.2970.84174.16-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.53%
GREEN value IS 161 (63.28% from 255) = 34.04%
BLUE value IS 73 (28.91% from 255) = 15.43%
R=50.53%
G=34.04%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391617300.330.690.0631.8183.8461.18
HexEFA14902145620543d
Octal35724111104110564012475
Binary11101111101000011001001010000110001011101000001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA149; }

 p { color: rgb(239,161,73); }

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

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

 a { background-color: rgb(239,161,73); }

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

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

 span { border-color: rgb(239,161,73); }

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