Html Css Color HEX #EF8D0E Tangerine

📋 copy color: '#EF8D0E'

red 239 ◦ green 141 ◦ blue 14

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

Shades of Tangerine #EF8D0E

Tints of Tangerine #EF8D0E

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.79%

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

R = 60.66%
G = 35.79%
B = 3.55%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EF8D0E (or 0xEF8D0E) is known color: Tangerine. HEX triplet: EF, 8D and 0E. RGB value is (239,141,14). Sum of RGB (Red+Green+Blue) = 239+141+14=394 (52% of max value = 765). Red value is 239 (93.75% from 255 or 60.66% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 14 (5.86% from 255 or 3.55% from 394); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8D0E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8D0E is #1072F1. Grayscale: #9C9C9C. Windows color (decimal): -1078002 or 953839. OLE color: 953839.

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

Color convert

RGB 239 141 14 -
CMYK 0 0.41 0.94 0.06
HSL 33.87º 0.89% 0.5% -
HSV(B) 33.87º 0.94% 0.94% -
XYZ 45.2 37.43 5.26 -
YUV 155.82 47.97 187.33 -
System Red Green Blue C M Y K H S L
Decimal 239 141 14 0 0.41 0.94 0.06 33.87 0.89 0.5
Hex EF 8D E 0 29 5E 6 22 59 32
Octal 357 215 16 0 51 136 6 42 131 62
Binary 11101111 10001101 1110 0 101001 1011110 110 100010 1011001 110010

Color Harmonies of #EF8D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8D0E

Black with #EF8D0E

Text Example


Text Example

White with #EF8D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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