Html Css Color HEX #EFAC13 Dark Tangerine

📋 copy color: '#EFAC13'

red 239 ◦ green 172 ◦ blue 19

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

Shades of Dark Tangerine #EFAC13

Tints of Dark Tangerine #EFAC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.42%

R = 55.58%
G = 40%
B = 4.42%

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

#EFAC13 (or 0xEFAC13) is known color: Dark Tangerine. HEX triplet: EF, AC and 13. RGB value is (239,172,19). Sum of RGB (Red+Green+Blue) = 239+172+19=430 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.58% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 19 (7.81% from 255 or 4.42% from 430); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC13 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAC13 is #1053EC. Grayscale: #AFAFAF. Windows color (decimal): -1070061 or 1289455. OLE color: 1289455.

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

Color convert

RGB 239 172 19 -
CMYK 0 0.28 0.92 0.06
HSL 41.73º 0.87% 0.51% -
HSV(B) 41.73º 0.92% 0.94% -
XYZ 50.47 47.9 7.2 -
YUV 174.59 40.2 173.94 -
System Red Green Blue C M Y K H S L
Decimal 239 172 19 0 0.28 0.92 0.06 41.73 0.87 0.51
Hex EF AC 13 0 1C 5C 6 2A 57 33
Octal 357 254 23 0 34 134 6 52 127 63
Binary 11101111 10101100 10011 0 11100 1011100 110 101010 1010111 110011

Color Harmonies of #EFAC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAC13

Black with #EFAC13

Text Example


Text Example

White with #EFAC13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAC13; }

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

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

background-color css

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

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

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

border-color css

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

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

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