Html Css Color HEX #EF8A0C Tangerine

📋 copy color: '#EF8A0C'

red 239 ◦ green 138 ◦ blue 12

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

Shades of Tangerine #EF8A0C

Tints of Tangerine #EF8A0C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 35.48%

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

R = 61.44%
G = 35.48%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#EF8A0C (or 0xEF8A0C) is known color: Tangerine. HEX triplet: EF, 8A and 0C. RGB value is (239,138,12). Sum of RGB (Red+Green+Blue) = 239+138+12=389 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.44% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 12 (5.08% from 255 or 3.08% from 389); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8A0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8A0C is #1075F3. Grayscale: #9A9A9A. Windows color (decimal): -1078772 or 821999. OLE color: 821999.

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

Color convert

RGB 239 138 12 -
CMYK 0 0.42 0.95 0.06
HSL 33.3º 0.9% 0.49% -
HSV(B) 33.3º 0.95% 0.94% -
XYZ 44.75 36.55 5.04 -
YUV 153.84 47.96 188.75 -
System Red Green Blue C M Y K H S L
Decimal 239 138 12 0 0.42 0.95 0.06 33.3 0.9 0.49
Hex EF 8A C 0 2A 5F 6 21 5A 31
Octal 357 212 14 0 52 137 6 41 132 61
Binary 11101111 10001010 1100 0 101010 1011111 110 100001 1011010 110001

Color Harmonies of #EF8A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8A0C

Black with #EF8A0C

Text Example


Text Example

White with #EF8A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8A0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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