Html Css Color HEX #EF8C0A Tangerine

📋 copy color: '#EF8C0A'

red 239 ◦ green 140 ◦ blue 10

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

Shades of Tangerine #EF8C0A

Tints of Tangerine #EF8C0A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35.99%

 BLUE value IS 10 (4.3% from 255) = 2.57%

R = 61.44%
G = 35.99%
B = 2.57%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#EF8C0A (or 0xEF8C0A) is known color: Tangerine. HEX triplet: EF, 8C and 0A. RGB value is (239,140,10). Sum of RGB (Red+Green+Blue) = 239+140+10=389 (51% of max value = 765). Red value is 239 (93.75% from 255 or 61.44% from 389); Green value is 140 (55.08% from 255 or 35.99% from 389); Blue value is 10 (4.30% from 255 or 2.57% from 389); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C0A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8C0A is #1073F5. Grayscale: #9B9B9B. Windows color (decimal): -1078262 or 691439. OLE color: 691439.

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

Color convert

RGB 239 140 10 -
CMYK 0 0.41 0.96 0.06
HSL 34.06º 0.92% 0.49% -
HSV(B) 34.06º 0.96% 0.94% -
XYZ 45.03 37.13 5.08 -
YUV 154.78 46.3 188.07 -
System Red Green Blue C M Y K H S L
Decimal 239 140 10 0 0.41 0.96 0.06 34.06 0.92 0.49
Hex EF 8C A 0 29 60 6 22 5C 31
Octal 357 214 12 0 51 140 6 42 134 61
Binary 11101111 10001100 1010 0 101001 1100000 110 100010 1011100 110001

Color Harmonies of #EF8C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8C0A

Black with #EF8C0A

Text Example


Text Example

White with #EF8C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8C0A; }

 p { color: rgb(239,140,10); }

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

background-color css

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

 a { background-color: rgb(239,140,10); }

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

border-color css

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

 span { border-color: rgb(239,140,10); }

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