Html Css Color HEX #EF8114 Tangerine

📋 copy color: '#EF8114'

red 239 ◦ green 129 ◦ blue 20

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

Shades of Tangerine #EF8114

Tints of Tangerine #EF8114

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.25%

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

R = 61.6%
G = 33.25%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#EF8114 (or 0xEF8114) is known color: Tangerine. HEX triplet: EF, 81 and 14. RGB value is (239,129,20). Sum of RGB (Red+Green+Blue) = 239+129+20=388 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.60% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 20 (8.20% from 255 or 5.15% from 388); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8114 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8114 is #107EEB. Grayscale: #969696. Windows color (decimal): -1081068 or 1343983. OLE color: 1343983.

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

Color convert

RGB 239 129 20 -
CMYK 0 0.46 0.92 0.06
HSL 29.86º 0.87% 0.51% -
HSV(B) 29.86º 0.92% 0.94% -
XYZ 43.57 34.1 4.95 -
YUV 149.46 54.94 191.86 -
System Red Green Blue C M Y K H S L
Decimal 239 129 20 0 0.46 0.92 0.06 29.86 0.87 0.51
Hex EF 81 14 0 2E 5C 6 1E 57 33
Octal 357 201 24 0 56 134 6 36 127 63
Binary 11101111 10000001 10100 0 101110 1011100 110 11110 1010111 110011

Color Harmonies of #EF8114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8114

Black with #EF8114

Text Example


Text Example

White with #EF8114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8114; }

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

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

background-color css

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

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

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

border-color css

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

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

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