Html Css Color HEX #EF8300 Tangerine

📋 copy color: '#EF8300'

red 239 ◦ green 131 ◦ blue 0

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

Shades of Tangerine #EF8300

Tints of Tangerine #EF8300

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.41%

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

R = 64.59%
G = 35.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#EF8300 (or 0xEF8300) is known color: Tangerine. HEX triplet: EF, 83 and 00. RGB value is (239,131,0). Sum of RGB (Red+Green+Blue) = 239+131+0=370 (49% of max value = 765). Red value is 239 (93.75% from 255 or 64.59% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 0 (0.39% from 255 or 0% from 370); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8300 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8300 is #107CFF. Grayscale: #949494. Windows color (decimal): -1080576 or 33775. OLE color: 33775.

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

Color convert

RGB 239 131 0 -
CMYK 0 0.45 1 0.06
HSL 32.89º 1% 0.47% -
HSV(B) 32.89º 1% 0.94% -
XYZ 43.71 34.58 4.37 -
YUV 148.36 44.28 192.65 -
System Red Green Blue C M Y K H S L
Decimal 239 131 0 0 0.45 1 0.06 32.89 1 0.47
Hex EF 83 0 0 2D 64 6 21 64 2F
Octal 357 203 0 0 55 144 6 41 144 57
Binary 11101111 10000011 0 0 101101 1100100 110 100001 1100100 101111

Color Harmonies of #EF8300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8300

Black with #EF8300

Text Example


Text Example

White with #EF8300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8300; }

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

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

background-color css

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

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

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

border-color css

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

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

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