#EFAC1A

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

Shades of Dark Tangerine #EFAC1A

Tints of Dark Tangerine #EFAC1A

Color information

#EFAC1A (or 0xEFAC1A) is unknown color: approx Dark Tangerine. HEX triplet: EF, AC and 1A. RGB value is (239,172,26). Sum of RGB (Red+Green+Blue) = 239+172+26=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 26 (10.55% from 255 or 5.95% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFAC1A is #1053E5. Grayscale: #B0B0B0. Windows color (decimal): -1070054 or 1748207. OLE color: 1748207.

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

Color convert

RGB23917226-
CMYK00.280.890.06
HSL41.13º86.94%51.96%-
HSV(B)41.13º89.12%93.73%-
XYZ50.5447.937.57-
YUV175.3943.7173.37-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.69%
GREEN value IS 172 (67.58% from 255) = 39.36%
BLUE value IS 26 (10.55% from 255) = 5.95%
R=54.69%
G=39.36%
B=5.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.89
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391722600.280.890.0641.1386.9451.96
HexEFAC1A01C596295734
Octal3572543203413165112764
Binary11101111101011001101001110010110011101010011010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAC1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAC1A; }

 p { color: rgb(239,172,26); }

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

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

 a { background-color: rgb(239,172,26); }

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

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

 span { border-color: rgb(239,172,26); }

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