#EFB016

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

Shades of Dark Tangerine #EFB016

Tints of Dark Tangerine #EFB016

Color information

#EFB016 (or 0xEFB016) is unknown color: approx Dark Tangerine. HEX triplet: EF, B0 and 16. RGB value is (239,176,22). Sum of RGB (Red+Green+Blue) = 239+176+22=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 176 (69.14% from 255 or 40.27% from 437); Blue value is 22 (8.98% from 255 or 5.03% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB016 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB016 is #104FE9. Grayscale: #B1B1B1. Windows color (decimal): -1069034 or 1487087. OLE color: 1487087.

HSL color Cylindrical-coordinate representation of color #EFB016: hue angle of 42.58º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EFB016 is Cyan = 0, Magento = 0.26, Yellow = 0.91 and Black (K on CMYK) = 0.06.

Color convert

RGB23917622-
CMYK00.260.910.06
HSL42.58º87.15%51.18%-
HSV(B)42.58º90.79%93.73%-
XYZ51.2749.467.6-
YUV177.2840.37172.02-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.69%
GREEN value IS 176 (69.14% from 255) = 40.27%
BLUE value IS 22 (8.98% from 255) = 5.03%
R=54.69%
G=40.27%
B=5.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.91
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391762200.260.910.0642.5887.1551.18
HexEFB01601A5B62b5733
Octal3572602603213365312763
Binary11101111101100001011001101010110111101010111010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB016; }

 p { color: rgb(239,176,22); }

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

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

 a { background-color: rgb(239,176,22); }

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

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

 span { border-color: rgb(239,176,22); }

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