Html Css Color HEX #EF800B Tangerine

📋 copy color: '#EF800B'

red 239 ◦ green 128 ◦ blue 11

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

Shades of Tangerine #EF800B

Tints of Tangerine #EF800B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.86%

 BLUE value IS 11 (4.69% from 255) = 2.91%

R = 63.23%
G = 33.86%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF800B (or 0xEF800B) is known color: Tangerine. HEX triplet: EF, 80 and 0B. RGB value is (239,128,11). Sum of RGB (Red+Green+Blue) = 239+128+11=378 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.23% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 11 (4.69% from 255 or 2.91% from 378); Max value from RGB is 239 - color contains mainly: red. Hex color #EF800B is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF800B is #107FF4. Grayscale: #949494. Windows color (decimal): -1081333 or 753903. OLE color: 753903.

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

Color convert

RGB 239 128 11 -
CMYK 0 0.46 0.95 0.06
HSL 30.79º 0.91% 0.49% -
HSV(B) 30.79º 0.95% 0.94% -
XYZ 43.38 33.81 4.56 -
YUV 147.85 50.77 193.01 -
System Red Green Blue C M Y K H S L
Decimal 239 128 11 0 0.46 0.95 0.06 30.79 0.91 0.49
Hex EF 80 B 0 2E 5F 6 1F 5B 31
Octal 357 200 13 0 56 137 6 37 133 61
Binary 11101111 10000000 1011 0 101110 1011111 110 11111 1011011 110001

Color Harmonies of #EF800B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF800B

Black with #EF800B

Text Example


Text Example

White with #EF800B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF800B; }

 p { color: rgb(239,128,11); }

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

background-color css

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

 a { background-color: rgb(239,128,11); }

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

border-color css

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

 span { border-color: rgb(239,128,11); }

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