Html Css Color HEX #EF800C Tangerine

📋 copy color: '#EF800C'

red 239 ◦ green 128 ◦ blue 12

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

Shades of Tangerine #EF800C

Tints of Tangerine #EF800C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.17%

R = 63.06%
G = 33.77%
B = 3.17%

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

#EF800C (or 0xEF800C) is known color: Tangerine. HEX triplet: EF, 80 and 0C. RGB value is (239,128,12). Sum of RGB (Red+Green+Blue) = 239+128+12=379 (50% of max value = 765). Red value is 239 (93.75% from 255 or 63.06% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 12 (5.08% from 255 or 3.17% from 379); Max value from RGB is 239 - color contains mainly: red. Hex color #EF800C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF800C is #107FF3. Grayscale: #949494. Windows color (decimal): -1081332 or 819439. OLE color: 819439.

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

Color convert

RGB 239 128 12 -
CMYK 0 0.46 0.95 0.06
HSL 30.66º 0.9% 0.49% -
HSV(B) 30.66º 0.95% 0.94% -
XYZ 43.38 33.82 4.59 -
YUV 147.97 51.27 192.93 -
System Red Green Blue C M Y K H S L
Decimal 239 128 12 0 0.46 0.95 0.06 30.66 0.9 0.49
Hex EF 80 C 0 2E 5F 6 1F 5A 31
Octal 357 200 14 0 56 137 6 37 132 61
Binary 11101111 10000000 1100 0 101110 1011111 110 11111 1011010 110001

Color Harmonies of #EF800C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF800C

Black with #EF800C

Text Example


Text Example

White with #EF800C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF800C; }

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

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

background-color css

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

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

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

border-color css

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

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

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