Html Css Color HEX #EFB211 Dark Tangerine

📋 copy color: '#EFB211'

red 239 ◦ green 178 ◦ blue 17

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

Shades of Dark Tangerine #EFB211

Tints of Dark Tangerine #EFB211

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.01%

 BLUE value IS 17 (7.03% from 255) = 3.92%

R = 55.07%
G = 41.01%
B = 3.92%

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

#EFB211 (or 0xEFB211) is known color: Dark Tangerine. HEX triplet: EF, B2 and 11. RGB value is (239,178,17). Sum of RGB (Red+Green+Blue) = 239+178+17=434 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.07% from 434); Green value is 178 (69.92% from 255 or 41.01% from 434); Blue value is 17 (7.03% from 255 or 3.92% from 434); Max value from RGB is 239 - color contains mainly: red. Hex color #EFB211 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFB211 is #104DEE. Grayscale: #B2B2B2. Windows color (decimal): -1068527 or 1159919. OLE color: 1159919.

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

Color convert

RGB 239 178 17 -
CMYK 0 0.26 0.93 0.06
HSL 43.51º 0.87% 0.5% -
HSV(B) 43.51º 0.93% 0.94% -
XYZ 51.62 50.23 7.51 -
YUV 177.89 37.21 171.59 -
System Red Green Blue C M Y K H S L
Decimal 239 178 17 0 0.26 0.93 0.06 43.51 0.87 0.5
Hex EF B2 11 0 1A 5D 6 2C 57 32
Octal 357 262 21 0 32 135 6 54 127 62
Binary 11101111 10110010 10001 0 11010 1011101 110 101100 1010111 110010

Color Harmonies of #EFB211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFB211

Black with #EFB211

Text Example


Text Example

White with #EFB211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFB211; }

 p { color: rgb(239,178,17); }

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

background-color css

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

 a { background-color: rgb(239,178,17); }

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

border-color css

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

 span { border-color: rgb(239,178,17); }

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