Html Css Color HEX #EFAC12 Dark Tangerine

📋 copy color: '#EFAC12'

red 239 ◦ green 172 ◦ blue 18

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

Shades of Dark Tangerine #EFAC12

Tints of Dark Tangerine #EFAC12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.2%

R = 55.71%
G = 40.09%
B = 4.2%

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

#EFAC12 (or 0xEFAC12) is known color: Dark Tangerine. HEX triplet: EF, AC and 12. RGB value is (239,172,18). Sum of RGB (Red+Green+Blue) = 239+172+18=429 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.71% from 429); Green value is 172 (67.58% from 255 or 40.09% from 429); Blue value is 18 (7.42% from 255 or 4.20% from 429); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAC12 is #1053ED. Grayscale: #AFAFAF. Windows color (decimal): -1070062 or 1223919. OLE color: 1223919.

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

Color convert

RGB 239 172 18 -
CMYK 0 0.28 0.92 0.06
HSL 41.81º 0.87% 0.5% -
HSV(B) 41.81º 0.92% 0.94% -
XYZ 50.46 47.9 7.16 -
YUV 174.48 39.7 174.02 -
System Red Green Blue C M Y K H S L
Decimal 239 172 18 0 0.28 0.92 0.06 41.81 0.87 0.5
Hex EF AC 12 0 1C 5C 6 2A 57 32
Octal 357 254 22 0 34 134 6 52 127 62
Binary 11101111 10101100 10010 0 11100 1011100 110 101010 1010111 110010

Color Harmonies of #EFAC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAC12

Black with #EFAC12

Text Example


Text Example

White with #EFAC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAC12; }

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

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

background-color css

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

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

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

border-color css

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

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

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