Html Css Color HEX #EFAC19 Dark Tangerine

📋 copy color: '#EFAC19'

red 239 ◦ green 172 ◦ blue 25

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

Shades of Dark Tangerine #EFAC19

Tints of Dark Tangerine #EFAC19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.73%

R = 54.82%
G = 39.45%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.06

RGB Variations

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

Color information

#EFAC19 (or 0xEFAC19) is known color: Dark Tangerine. HEX triplet: EF, AC and 19. RGB value is (239,172,25). Sum of RGB (Red+Green+Blue) = 239+172+25=436 (57% of max value = 765). Red value is 239 (93.75% from 255 or 54.82% from 436); Green value is 172 (67.58% from 255 or 39.45% from 436); Blue value is 25 (10.16% from 255 or 5.73% from 436); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAC19 is #1053E6. Grayscale: #AFAFAF. Windows color (decimal): -1070055 or 1682671. OLE color: 1682671.

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

Color convert

RGB 239 172 25 -
CMYK 0 0.28 0.90 0.06
HSL 41.21º 0.87% 0.52% -
HSV(B) 41.21º 0.9% 0.94% -
XYZ 50.52 47.93 7.51 -
YUV 175.28 43.2 173.45 -
System Red Green Blue C M Y K H S L
Decimal 239 172 25 0 0.28 0.90 0.06 41.21 0.87 0.52
Hex EF AC 19 0 1C 5A 6 29 57 34
Octal 357 254 31 0 34 132 6 51 127 64
Binary 11101111 10101100 11001 0 11100 1011010 110 101001 1010111 110100

Color Harmonies of #EFAC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAC19

Black with #EFAC19

Text Example


Text Example

White with #EFAC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAC19; }

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

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

background-color css

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

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

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

border-color css

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

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

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