Html Css Color HEX #EFAC0C Dark Tangerine

📋 copy color: '#EFAC0C'

red 239 ◦ green 172 ◦ blue 12

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

Shades of Dark Tangerine #EFAC0C

Tints of Dark Tangerine #EFAC0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.84%

R = 56.5%
G = 40.66%
B = 2.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EFAC0C (or 0xEFAC0C) is known color: Dark Tangerine. HEX triplet: EF, AC and 0C. RGB value is (239,172,12). Sum of RGB (Red+Green+Blue) = 239+172+12=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 12 (5.08% from 255 or 2.84% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EFAC0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFAC0C is #1053F3. Grayscale: #AEAEAE. Windows color (decimal): -1070068 or 830703. OLE color: 830703.

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

Color convert

RGB 239 172 12 -
CMYK 0 0.28 0.95 0.06
HSL 42.29º 0.9% 0.49% -
HSV(B) 42.29º 0.95% 0.94% -
XYZ 50.42 47.88 6.93 -
YUV 173.79 36.7 174.51 -
System Red Green Blue C M Y K H S L
Decimal 239 172 12 0 0.28 0.95 0.06 42.29 0.9 0.49
Hex EF AC C 0 1C 5F 6 2A 5A 31
Octal 357 254 14 0 34 137 6 52 132 61
Binary 11101111 10101100 1100 0 11100 1011111 110 101010 1011010 110001

Color Harmonies of #EFAC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFAC0C

Black with #EFAC0C

Text Example


Text Example

White with #EFAC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFAC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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