Html Css Color HEX #EFAC11 Dark Tangerine

📋 copy color: '#EFAC11'

red 239 ◦ green 172 ◦ blue 17

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

Shades of Dark Tangerine #EFAC11

Tints of Dark Tangerine #EFAC11

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.19%

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

R = 55.84%
G = 40.19%
B = 3.97%

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

#EFAC11 (or 0xEFAC11) is known color: Dark Tangerine. HEX triplet: EF, AC and 11. RGB value is (239,172,17). Sum of RGB (Red+Green+Blue) = 239+172+17=428 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.84% from 428); Green value is 172 (67.58% from 255 or 40.19% from 428); Blue value is 17 (7.03% from 255 or 3.97% from 428); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAC11 is #1053EE. Grayscale: #AFAFAF. Windows color (decimal): -1070063 or 1158383. OLE color: 1158383.

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

Color convert

RGB 239 172 17 -
CMYK 0 0.28 0.93 0.06
HSL 41.89º 0.87% 0.5% -
HSV(B) 41.89º 0.93% 0.94% -
XYZ 50.45 47.9 7.12 -
YUV 174.36 39.2 174.1 -
System Red Green Blue C M Y K H S L
Decimal 239 172 17 0 0.28 0.93 0.06 41.89 0.87 0.5
Hex EF AC 11 0 1C 5D 6 2A 57 32
Octal 357 254 21 0 34 135 6 52 127 62
Binary 11101111 10101100 10001 0 11100 1011101 110 101010 1010111 110010

Color Harmonies of #EFAC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAC11

Black with #EFAC11

Text Example


Text Example

White with #EFAC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAC11; }

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

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

background-color css

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

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

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

border-color css

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

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

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