Html Css Color HEX #EFB110 Dark Tangerine

📋 copy color: '#EFB110'

red 239 ◦ green 177 ◦ blue 16

#EFB110
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Tangerine #EFB110

Tints of Dark Tangerine #EFB110

RGB

 RED value IS 239 (93.75% from 255) = 55.32%

 GREEN value IS 177 (69.53% from 255) = 40.97%

 BLUE value IS 16 (6.64% from 255) = 3.7%

R = 55.32%
G = 40.97%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EFB110 (or 0xEFB110) is known color: Dark Tangerine. HEX triplet: EF, B1 and 10. RGB value is (239,177,16). Sum of RGB (Red+Green+Blue) = 239+177+16=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 177 (69.53% from 255 or 40.97% from 432); Blue value is 16 (6.64% from 255 or 3.70% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB110 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB110 is #104EEF. Grayscale: #B1B1B1. Windows color (decimal): -1068784 or 1094127. OLE color: 1094127.

HSL color Cylindrical-coordinate representation of color #EFB110: hue angle of 43.32º 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 #EFB110 is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 177 16 -
CMYK 0 0.26 0.93 0.06
HSL 43.32º 0.87% 0.5% -
HSV(B) 43.32º 0.93% 0.94% -
XYZ 51.41 49.83 7.4 -
YUV 177.18 37.04 172.09 -
System Red Green Blue C M Y K H S L
Decimal 239 177 16 0 0.26 0.93 0.06 43.32 0.87 0.5
Hex EF B1 10 0 1A 5D 6 2B 57 32
Octal 357 261 20 0 32 135 6 53 127 62
Binary 11101111 10110001 10000 0 11010 1011101 110 101011 1010111 110010

Color Harmonies of #EFB110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB110

Black with #EFB110

Text Example


Text Example

White with #EFB110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB110; }

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

 H1.HeaderClassName
 {
   color: #EFB110;
 }
 .AnyTagClassName
 {
   color: #EFB110;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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