Html Css Color HEX #EFA80E Dark Tangerine

📋 copy color: '#EFA80E'

red 239 ◦ green 168 ◦ blue 14

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

Shades of Dark Tangerine #EFA80E

Tints of Dark Tangerine #EFA80E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.9%

 BLUE value IS 14 (5.86% from 255) = 3.33%

R = 56.77%
G = 39.9%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EFA80E (or 0xEFA80E) is known color: Dark Tangerine. HEX triplet: EF, A8 and 0E. RGB value is (239,168,14). Sum of RGB (Red+Green+Blue) = 239+168+14=421 (55% of max value = 765). Red value is 239 (93.75% from 255 or 56.77% from 421); Green value is 168 (66.02% from 255 or 39.90% from 421); Blue value is 14 (5.86% from 255 or 3.33% from 421); Max value from RGB is 239 - color contains mainly: red. Hex color #EFA80E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EFA80E is #1057F1. Grayscale: #ACACAC. Windows color (decimal): -1071090 or 960751. OLE color: 960751.

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

Color convert

RGB 239 168 14 -
CMYK 0 0.30 0.94 0.06
HSL 41.07º 0.89% 0.5% -
HSV(B) 41.07º 0.94% 0.94% -
XYZ 49.68 46.39 6.75 -
YUV 171.67 39.02 176.02 -
System Red Green Blue C M Y K H S L
Decimal 239 168 14 0 0.30 0.94 0.06 41.07 0.89 0.5
Hex EF A8 E 0 1E 5E 6 29 59 32
Octal 357 250 16 0 36 136 6 51 131 62
Binary 11101111 10101000 1110 0 11110 1011110 110 101001 1011001 110010

Color Harmonies of #EFA80E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFA80E

Black with #EFA80E

Text Example


Text Example

White with #EFA80E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFA80E; }

 p { color: rgb(239,168,14); }

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

background-color css

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

 a { background-color: rgb(239,168,14); }

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

border-color css

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

 span { border-color: rgb(239,168,14); }

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