#efa14c

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

Shades of Sunshade #EFA14C

Tints of Sunshade #EFA14C

Color information

#EFA14C (or 0xEFA14C) is unknown color: approx Sunshade. HEX triplet: EF, A1 and 4C. RGB value is (239,161,76). Sum of RGB (Red+Green+Blue) = 239+161+76=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 161 (63.28% from 255 or 33.82% from 476); Blue value is 76 (30.08% from 255 or 15.97% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA14C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA14C is #105EB3. Grayscale: #AFAFAF. Windows color (decimal): -1072820 or 5022191. OLE color: 5022191.

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

Color convert

RGB23916176-
CMYK00.330.680.06
HSL31.29º83.59%61.76%-
HSV(B)31.29º68.2%93.73%-
XYZ49.6544.3612.78-
YUV174.6372.34173.91-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.21%
GREEN value IS 161 (63.28% from 255) = 33.82%
BLUE value IS 76 (30.08% from 255) = 15.97%
R=50.21%
G=33.82%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391617600.330.680.0631.2983.5961.76
HexEFA14C0214461f543e
Octal35724111404110463712476
Binary1110111110100001100110001000011000100110111111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efa14c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efa14c; }

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

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

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

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

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

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

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

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