Html Css Color HEX #EC8207 Tangerine

📋 copy color: '#EC8207'

red 236 ◦ green 130 ◦ blue 7

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

Shades of Tangerine #EC8207

Tints of Tangerine #EC8207

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.85%

 BLUE value IS 7 (3.13% from 255) = 1.88%

R = 63.27%
G = 34.85%
B = 1.88%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC8207 (or 0xEC8207) is known color: Tangerine. HEX triplet: EC, 82 and 07. RGB value is (236,130,7). Sum of RGB (Red+Green+Blue) = 236+130+7=373 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.27% from 373); Green value is 130 (51.17% from 255 or 34.85% from 373); Blue value is 7 (3.12% from 255 or 1.88% from 373); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8207 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8207 is #137DF8. Grayscale: #949494. Windows color (decimal): -1277433 or 492268. OLE color: 492268.

HSL color Cylindrical-coordinate representation of color #EC8207: hue angle of 32.23º degrees, saturation: 0.94, 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 #EC8207 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 130 7 -
CMYK 0 0.45 0.97 0.07
HSL 32.23º 0.94% 0.48% -
HSV(B) 32.23º 0.97% 0.93% -
XYZ 42.61 33.81 4.48 -
YUV 147.67 48.62 191 -
System Red Green Blue C M Y K H S L
Decimal 236 130 7 0 0.45 0.97 0.07 32.23 0.94 0.48
Hex EC 82 7 0 2D 61 7 20 5E 30
Octal 354 202 7 0 55 141 7 40 136 60
Binary 11101100 10000010 111 0 101101 1100001 111 100000 1011110 110000

Color Harmonies of #EC8207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8207

Black with #EC8207

Text Example


Text Example

White with #EC8207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8207; }

 p { color: rgb(236,130,7); }

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

background-color css

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

 a { background-color: rgb(236,130,7); }

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

border-color css

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

 span { border-color: rgb(236,130,7); }

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