Html Css Color HEX #EC8007 Tangerine

📋 copy color: '#EC8007'

red 236 ◦ green 128 ◦ blue 7

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

Shades of Tangerine #EC8007

Tints of Tangerine #EC8007

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.5%

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

R = 63.61%
G = 34.5%
B = 1.89%

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

#EC8007 (or 0xEC8007) is known color: Tangerine. HEX triplet: EC, 80 and 07. RGB value is (236,128,7). Sum of RGB (Red+Green+Blue) = 236+128+7=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 7 (3.12% from 255 or 1.89% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8007 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8007 is #137FF8. Grayscale: #939393. Windows color (decimal): -1277945 or 491756. OLE color: 491756.

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

Color convert

RGB 236 128 7 -
CMYK 0 0.46 0.97 0.07
HSL 31.7º 0.94% 0.48% -
HSV(B) 31.7º 0.97% 0.93% -
XYZ 42.35 33.29 4.39 -
YUV 146.5 49.28 191.84 -
System Red Green Blue C M Y K H S L
Decimal 236 128 7 0 0.46 0.97 0.07 31.7 0.94 0.48
Hex EC 80 7 0 2E 61 7 20 5E 30
Octal 354 200 7 0 56 141 7 40 136 60
Binary 11101100 10000000 111 0 101110 1100001 111 100000 1011110 110000

Color Harmonies of #EC8007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8007

Black with #EC8007

Text Example


Text Example

White with #EC8007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8007; }

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

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

background-color css

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

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

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

border-color css

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

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

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