Html Css Color HEX #EFA714 Dark Tangerine

📋 copy color: '#EFA714'

red 239 ◦ green 167 ◦ blue 20

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

Shades of Dark Tangerine #EFA714

Tints of Dark Tangerine #EFA714

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.2%

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

R = 56.1%
G = 39.2%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EFA714 (or 0xEFA714) is known color: Dark Tangerine. HEX triplet: EF, A7 and 14. RGB value is (239,167,20). Sum of RGB (Red+Green+Blue) = 239+167+20=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 20 (8.20% from 255 or 4.69% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA714 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA714 is #1058EB. Grayscale: #ACACAC. Windows color (decimal): -1071340 or 1353711. OLE color: 1353711.

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

Color convert

RGB 239 167 20 -
CMYK 0 0.30 0.92 0.06
HSL 40.27º 0.87% 0.51% -
HSV(B) 40.27º 0.92% 0.94% -
XYZ 49.54 46.04 6.94 -
YUV 171.77 42.35 175.95 -
System Red Green Blue C M Y K H S L
Decimal 239 167 20 0 0.30 0.92 0.06 40.27 0.87 0.51
Hex EF A7 14 0 1E 5C 6 28 57 33
Octal 357 247 24 0 36 134 6 50 127 63
Binary 11101111 10100111 10100 0 11110 1011100 110 101000 1010111 110011

Color Harmonies of #EFA714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA714

Black with #EFA714

Text Example


Text Example

White with #EFA714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA714; }

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

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

background-color css

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

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

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

border-color css

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

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

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