Html Css Color HEX #EC7F08 Tangerine

📋 copy color: '#EC7F08'

red 236 ◦ green 127 ◦ blue 8

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

Shades of Tangerine #EC7F08

Tints of Tangerine #EC7F08

RGB

 RED value IS 236 (92.58% from 255) = 63.61%

 GREEN value IS 127 (50% from 255) = 34.23%

 BLUE value IS 8 (3.52% from 255) = 2.16%

R = 63.61%
G = 34.23%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC7F08 (or 0xEC7F08) is known color: Tangerine. HEX triplet: EC, 7F and 08. RGB value is (236,127,8). Sum of RGB (Red+Green+Blue) = 236+127+8=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 8 (3.52% from 255 or 2.16% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7F08 is #1380F7. Grayscale: #929292. Windows color (decimal): -1278200 or 557036. OLE color: 557036.

HSL color Cylindrical-coordinate representation of color #EC7F08: hue angle of 31.32º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC7F08 is Cyan = 0, Magento = 0.46, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 127 8 -
CMYK 0 0.46 0.97 0.07
HSL 31.32º 0.93% 0.48% -
HSV(B) 31.32º 0.97% 0.93% -
XYZ 42.23 33.03 4.38 -
YUV 146.03 50.11 192.18 -
System Red Green Blue C M Y K H S L
Decimal 236 127 8 0 0.46 0.97 0.07 31.32 0.93 0.48
Hex EC 7F 8 0 2E 61 7 1F 5D 30
Octal 354 177 10 0 56 141 7 37 135 60
Binary 11101100 1111111 1000 0 101110 1100001 111 11111 1011101 110000

Color Harmonies of #EC7F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7F08

Black with #EC7F08

Text Example


Text Example

White with #EC7F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7F08; }

 p { color: rgb(236,127,8); }

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

background-color css

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

 a { background-color: rgb(236,127,8); }

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

border-color css

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

 span { border-color: rgb(236,127,8); }

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