Html Css Color HEX #EFB016 Dark Tangerine

📋 copy color: '#EFB016'

red 239 ◦ green 176 ◦ blue 22

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

Shades of Dark Tangerine #EFB016

Tints of Dark Tangerine #EFB016

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.27%

 BLUE value IS 22 (8.98% from 255) = 5.03%

R = 54.69%
G = 40.27%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#EFB016 (or 0xEFB016) is known color: Dark Tangerine. HEX triplet: EF, B0 and 16. RGB value is (239,176,22). Sum of RGB (Red+Green+Blue) = 239+176+22=437 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.69% from 437); Green value is 176 (69.14% from 255 or 40.27% from 437); Blue value is 22 (8.98% from 255 or 5.03% from 437); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB016 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB016 is #104FE9. Grayscale: #B1B1B1. Windows color (decimal): -1069034 or 1487087. OLE color: 1487087.

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

Color convert

RGB 239 176 22 -
CMYK 0 0.26 0.91 0.06
HSL 42.58º 0.87% 0.51% -
HSV(B) 42.58º 0.91% 0.94% -
XYZ 51.27 49.46 7.6 -
YUV 177.28 40.37 172.02 -
System Red Green Blue C M Y K H S L
Decimal 239 176 22 0 0.26 0.91 0.06 42.58 0.87 0.51
Hex EF B0 16 0 1A 5B 6 2B 57 33
Octal 357 260 26 0 32 133 6 53 127 63
Binary 11101111 10110000 10110 0 11010 1011011 110 101011 1010111 110011

Color Harmonies of #EFB016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB016

Black with #EFB016

Text Example


Text Example

White with #EFB016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB016; }

 p { color: rgb(239,176,22); }

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

background-color css

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

 a { background-color: rgb(239,176,22); }

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

border-color css

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

 span { border-color: rgb(239,176,22); }

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