Html Css Color HEX #EF8100 Tangerine

📋 copy color: '#EF8100'

red 239 ◦ green 129 ◦ blue 0

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

Shades of Tangerine #EF8100

Tints of Tangerine #EF8100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.95%
G = 35.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EF8100 (or 0xEF8100) is known color: Tangerine. HEX triplet: EF, 81 and 00. RGB value is (239,129,0). Sum of RGB (Red+Green+Blue) = 239+129+0=368 (48% of max value = 765). Red value is 239 (93.75% from 255 or 64.95% from 368); Green value is 129 (50.78% from 255 or 35.05% from 368); Blue value is 0 (0.39% from 255 or 0% from 368); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8100 is #107EFF. Grayscale: #939393. Windows color (decimal): -1081088 or 33263. OLE color: 33263.

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

Color convert

RGB 239 129 0 -
CMYK 0 0.46 1 0.06
HSL 32.38º 1% 0.47% -
HSV(B) 32.38º 1% 0.94% -
XYZ 43.45 34.05 4.28 -
YUV 147.18 44.94 193.49 -
System Red Green Blue C M Y K H S L
Decimal 239 129 0 0 0.46 1 0.06 32.38 1 0.47
Hex EF 81 0 0 2E 64 6 20 64 2F
Octal 357 201 0 0 56 144 6 40 144 57
Binary 11101111 10000001 0 0 101110 1100100 110 100000 1100100 101111

Color Harmonies of #EF8100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8100

Black with #EF8100

Text Example


Text Example

White with #EF8100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8100; }

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

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

background-color css

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

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

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

border-color css

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

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

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