#EFAD17

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

Shades of Dark Tangerine #EFAD17

Tints of Dark Tangerine #EFAD17

Color information

#EFAD17 (or 0xEFAD17) is unknown color: approx Dark Tangerine. HEX triplet: EF, AD and 17. RGB value is (239,173,23). Sum of RGB (Red+Green+Blue) = 239+173+23=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 173 (67.97% from 255 or 39.77% from 435); Blue value is 23 (9.38% from 255 or 5.29% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAD17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAD17 is #1052E8. Grayscale: #B0B0B0. Windows color (decimal): -1069801 or 1551855. OLE color: 1551855.

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

Color convert

RGB23917323-
CMYK00.280.900.06
HSL41.67º87.1%51.37%-
HSV(B)41.67º90.38%93.73%-
XYZ50.6948.37.46-
YUV175.6341.87173.2-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.94%
GREEN value IS 173 (67.97% from 255) = 39.77%
BLUE value IS 23 (9.38% from 255) = 5.29%
R=54.94%
G=39.77%
B=5.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.90
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391732300.280.900.0641.6787.151.37
HexEFAD1701C5A62a5733
Octal3572552703413265212763
Binary11101111101011011011101110010110101101010101010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFAD17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFAD17; }

 p { color: rgb(239,173,23); }

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

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

 a { background-color: rgb(239,173,23); }

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

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

 span { border-color: rgb(239,173,23); }

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