Html Css Color HEX #EFAC14 Dark Tangerine

📋 copy color: '#EFAC14'

red 239 ◦ green 172 ◦ blue 20

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

Shades of Dark Tangerine #EFAC14

Tints of Dark Tangerine #EFAC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.64%

R = 55.45%
G = 39.91%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFAC14 (or 0xEFAC14) is known color: Dark Tangerine. HEX triplet: EF, AC and 14. RGB value is (239,172,20). Sum of RGB (Red+Green+Blue) = 239+172+20=431 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.45% from 431); Green value is 172 (67.58% from 255 or 39.91% from 431); Blue value is 20 (8.20% from 255 or 4.64% from 431); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAC14 is #1053EB. Grayscale: #AFAFAF. Windows color (decimal): -1070060 or 1354991. OLE color: 1354991.

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

Color convert

RGB 239 172 20 -
CMYK 0 0.28 0.92 0.06
HSL 41.64º 0.87% 0.51% -
HSV(B) 41.64º 0.92% 0.94% -
XYZ 50.48 47.91 7.25 -
YUV 174.71 40.7 173.86 -
System Red Green Blue C M Y K H S L
Decimal 239 172 20 0 0.28 0.92 0.06 41.64 0.87 0.51
Hex EF AC 14 0 1C 5C 6 2A 57 33
Octal 357 254 24 0 34 134 6 52 127 63
Binary 11101111 10101100 10100 0 11100 1011100 110 101010 1010111 110011

Color Harmonies of #EFAC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAC14

Black with #EFAC14

Text Example


Text Example

White with #EFAC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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