Html Css Color HEX #EFAA11 Dark Tangerine

📋 copy color: '#EFAA11'

red 239 ◦ green 170 ◦ blue 17

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

Shades of Dark Tangerine #EFAA11

Tints of Dark Tangerine #EFAA11

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.91%

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

R = 56.1%
G = 39.91%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EFAA11 (or 0xEFAA11) is known color: Dark Tangerine. HEX triplet: EF, AA and 11. RGB value is (239,170,17). Sum of RGB (Red+Green+Blue) = 239+170+17=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 170 (66.80% from 255 or 39.91% from 426); Blue value is 17 (7.03% from 255 or 3.99% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAA11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAA11 is #1055EE. Grayscale: #ADADAD. Windows color (decimal): -1070575 or 1157871. OLE color: 1157871.

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

Color convert

RGB 239 170 17 -
CMYK 0 0.29 0.93 0.06
HSL 41.35º 0.87% 0.5% -
HSV(B) 41.35º 0.93% 0.94% -
XYZ 50.07 47.14 6.99 -
YUV 173.19 39.86 174.94 -
System Red Green Blue C M Y K H S L
Decimal 239 170 17 0 0.29 0.93 0.06 41.35 0.87 0.5
Hex EF AA 11 0 1D 5D 6 29 57 32
Octal 357 252 21 0 35 135 6 51 127 62
Binary 11101111 10101010 10001 0 11101 1011101 110 101001 1010111 110010

Color Harmonies of #EFAA11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAA11

Black with #EFAA11

Text Example


Text Example

White with #EFAA11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAA11; }

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

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

background-color css

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

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

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

border-color css

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

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

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