Html Css Color HEX #EF8C06 Tangerine

📋 copy color: '#EF8C06'

red 239 ◦ green 140 ◦ blue 6

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

Shades of Tangerine #EF8C06

Tints of Tangerine #EF8C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.56%

R = 62.08%
G = 36.36%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#EF8C06 (or 0xEF8C06) is known color: Tangerine. HEX triplet: EF, 8C and 06. RGB value is (239,140,6). Sum of RGB (Red+Green+Blue) = 239+140+6=385 (50% of max value = 765). Red value is 239 (93.75% from 255 or 62.08% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 6 (2.73% from 255 or 1.56% from 385); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8C06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EF8C06 is #1073F9. Grayscale: #9A9A9A. Windows color (decimal): -1078266 or 429295. OLE color: 429295.

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

Color convert

RGB 239 140 6 -
CMYK 0 0.41 0.97 0.06
HSL 34.51º 0.95% 0.48% -
HSV(B) 34.51º 0.97% 0.94% -
XYZ 45.01 37.12 4.97 -
YUV 154.33 44.3 188.4 -
System Red Green Blue C M Y K H S L
Decimal 239 140 6 0 0.41 0.97 0.06 34.51 0.95 0.48
Hex EF 8C 6 0 29 61 6 23 5F 30
Octal 357 214 6 0 51 141 6 43 137 60
Binary 11101111 10001100 110 0 101001 1100001 110 100011 1011111 110000

Color Harmonies of #EF8C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8C06

Black with #EF8C06

Text Example


Text Example

White with #EF8C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF8C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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