Html Css Color HEX #EF890E Tangerine

📋 copy color: '#EF890E'

red 239 ◦ green 137 ◦ blue 14

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

Shades of Tangerine #EF890E

Tints of Tangerine #EF890E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 35.13%

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

R = 61.28%
G = 35.13%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#EF890E (or 0xEF890E) is known color: Tangerine. HEX triplet: EF, 89 and 0E. RGB value is (239,137,14). Sum of RGB (Red+Green+Blue) = 239+137+14=390 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.28% from 390); Green value is 137 (53.91% from 255 or 35.13% from 390); Blue value is 14 (5.86% from 255 or 3.59% from 390); Max value from RGB is 239 - color contains mainly: red. Hex color #EF890E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF890E is #1076F1. Grayscale: #9A9A9A. Windows color (decimal): -1079026 or 952815. OLE color: 952815.

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

Color convert

RGB 239 137 14 -
CMYK 0 0.43 0.94 0.06
HSL 32.8º 0.89% 0.5% -
HSV(B) 32.8º 0.94% 0.94% -
XYZ 44.62 36.27 5.07 -
YUV 153.48 49.29 189 -
System Red Green Blue C M Y K H S L
Decimal 239 137 14 0 0.43 0.94 0.06 32.8 0.89 0.5
Hex EF 89 E 0 2B 5E 6 21 59 32
Octal 357 211 16 0 53 136 6 41 131 62
Binary 11101111 10001001 1110 0 101011 1011110 110 100001 1011001 110010

Color Harmonies of #EF890E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF890E

Black with #EF890E

Text Example


Text Example

White with #EF890E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF890E; }

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

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

background-color css

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

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

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

border-color css

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

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

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