#EFB410

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

Shades of Dark Tangerine #EFB410

Tints of Dark Tangerine #EFB410

Color information

#EFB410 (or 0xEFB410) is unknown color: approx Dark Tangerine. HEX triplet: EF, B4 and 10. RGB value is (239,180,16). Sum of RGB (Red+Green+Blue) = 239+180+16=435 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.94% from 435); Green value is 180 (70.70% from 255 or 41.38% from 435); Blue value is 16 (6.64% from 255 or 3.68% from 435); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB410 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFB410 is #104BEF. Grayscale: #B3B3B3. Windows color (decimal): -1068016 or 1094895. OLE color: 1094895.

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

Color convert

RGB23918016-
CMYK00.250.930.06
HSL44.13º87.45%50%-
HSV(B)44.13º93.31%93.73%-
XYZ52.0151.037.6-
YUV178.9436.05170.84-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.94%
GREEN value IS 180 (70.70% from 255) = 41.38%
BLUE value IS 16 (6.64% from 255) = 3.68%
R=54.94%
G=41.38%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.93
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391801600.250.930.0644.1387.4550
HexEFB4100195D62c5732
Octal3572642003113565412762
Binary11101111101101001000001100110111011101011001010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFB410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFB410; }

 p { color: rgb(239,180,16); }

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

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

 a { background-color: rgb(239,180,16); }

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

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

 span { border-color: rgb(239,180,16); }

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