#efa51e

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

Shades of Dark Tangerine #EFA51E

Tints of Dark Tangerine #EFA51E

Color information

#EFA51E (or 0xEFA51E) is unknown color: approx Dark Tangerine. HEX triplet: EF, A5 and 1E. RGB value is (239,165,30). Sum of RGB (Red+Green+Blue) = 239+165+30=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 165 (64.84% from 255 or 38.02% from 434); Blue value is 30 (12.11% from 255 or 6.91% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA51E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EFA51E is #105AE1. Grayscale: #ACACAC. Windows color (decimal): -1071842 or 2008559. OLE color: 2008559.

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

Color convert

RGB23916530-
CMYK00.310.870.06
HSL38.76º86.72%52.75%-
HSV(B)38.76º87.45%93.73%-
XYZ49.2945.357.38-
YUV171.7448.02175.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 55.07%
GREEN value IS 165 (64.84% from 255) = 38.02%
BLUE value IS 30 (12.11% from 255) = 6.91%
R=55.07%
G=38.02%
B=6.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.87
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391653000.310.870.0638.7686.7252.75
HexEFA51E01F576275735
Octal3572453603712764712765
Binary11101111101001011111001111110101111101001111010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #efa51e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #efa51e; }

 p { color: rgb(239,165,30); }

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

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

 a { background-color: rgb(239,165,30); }

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

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

 span { border-color: rgb(239,165,30); }

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