#EFA44B

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

Shades of Sunshade #EFA44B

Tints of Sunshade #EFA44B

Color information

#EFA44B (or 0xEFA44B) is unknown color: approx Sunshade. HEX triplet: EF, A4 and 4B. RGB value is (239,164,75). Sum of RGB (Red+Green+Blue) = 239+164+75=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 164 (64.45% from 255 or 34.31% from 478); Blue value is 75 (29.69% from 255 or 15.69% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA44B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA44B is #105BB4. Grayscale: #B0B0B0. Windows color (decimal): -1072053 or 4957423. OLE color: 4957423.

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

Color convert

RGB23916475-
CMYK00.310.690.06
HSL32.56º83.67%61.57%-
HSV(B)32.56º68.62%93.73%-
XYZ50.1445.4112.78-
YUV176.2870.85172.74-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50%
GREEN value IS 164 (64.45% from 255) = 34.31%
BLUE value IS 75 (29.69% from 255) = 15.69%
R=50%
G=34.31%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391647500.310.690.0632.5683.6761.57
HexEFA44B01F45621543e
Octal35724411303710564112476
Binary1110111110100100100101101111110001011101000011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFA44B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFA44B; }

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

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

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

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

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

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

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

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