#EFA44D

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

Shades of Sunshade #EFA44D

Tints of Sunshade #EFA44D

Color information

#EFA44D (or 0xEFA44D) is unknown color: approx Sunshade. HEX triplet: EF, A4 and 4D. RGB value is (239,164,77). Sum of RGB (Red+Green+Blue) = 239+164+77=480 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.79% from 480); Green value is 164 (64.45% from 255 or 34.17% from 480); Blue value is 77 (30.47% from 255 or 16.04% from 480); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA44D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EFA44D is #105BB2. Grayscale: #B0B0B0. Windows color (decimal): -1072051 or 5088495. OLE color: 5088495.

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

Color convert

RGB23916477-
CMYK00.310.680.06
HSL32.22º83.51%61.96%-
HSV(B)32.22º67.78%93.73%-
XYZ50.2145.4413.15-
YUV176.5171.85172.57-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.79%
GREEN value IS 164 (64.45% from 255) = 34.17%
BLUE value IS 77 (30.47% from 255) = 16.04%
R=49.79%
G=34.17%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391647700.310.680.0632.2283.5161.96
HexEFA44D01F44620543e
Octal35724411503710464012476
Binary1110111110100100100110101111110001001101000001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA44D; }

 p { color: rgb(239,164,77); }

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

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

 a { background-color: rgb(239,164,77); }

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

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

 span { border-color: rgb(239,164,77); }

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