Html Css Color HEX #EFAD11 Dark Tangerine

📋 copy color: '#EFAD11'

red 239 ◦ green 173 ◦ blue 17

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

Shades of Dark Tangerine #EFAD11

Tints of Dark Tangerine #EFAD11

RGB

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

 GREEN value IS 173 (67.97% from 255) = 40.33%

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

R = 55.71%
G = 40.33%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#EFAD11 (or 0xEFAD11) is known color: Dark Tangerine. HEX triplet: EF, AD and 11. RGB value is (239,173,17). Sum of RGB (Red+Green+Blue) = 239+173+17=429 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.71% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 17 (7.03% from 255 or 3.96% from 429); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAD11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAD11 is #1052EE. Grayscale: #AFAFAF. Windows color (decimal): -1069807 or 1158639. OLE color: 1158639.

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

Color convert

RGB 239 173 17 -
CMYK 0 0.28 0.93 0.06
HSL 42.16º 0.87% 0.5% -
HSV(B) 42.16º 0.93% 0.94% -
XYZ 50.64 48.28 7.18 -
YUV 174.95 38.87 173.68 -
System Red Green Blue C M Y K H S L
Decimal 239 173 17 0 0.28 0.93 0.06 42.16 0.87 0.5
Hex EF AD 11 0 1C 5D 6 2A 57 32
Octal 357 255 21 0 34 135 6 52 127 62
Binary 11101111 10101101 10001 0 11100 1011101 110 101010 1010111 110010

Color Harmonies of #EFAD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAD11

Black with #EFAD11

Text Example


Text Example

White with #EFAD11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAD11; }

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

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

background-color css

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

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

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

border-color css

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

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

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