Html Css Color HEX #EC8005 Tangerine

📋 copy color: '#EC8005'

red 236 ◦ green 128 ◦ blue 5

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

Shades of Tangerine #EC8005

Tints of Tangerine #EC8005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.36%

R = 63.96%
G = 34.69%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC8005 (or 0xEC8005) is known color: Tangerine. HEX triplet: EC, 80 and 05. RGB value is (236,128,5). Sum of RGB (Red+Green+Blue) = 236+128+5=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 5 (2.34% from 255 or 1.36% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8005 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8005 is #137FFA. Grayscale: #929292. Windows color (decimal): -1277947 or 360684. OLE color: 360684.

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

Color convert

RGB 236 128 5 -
CMYK 0 0.46 0.98 0.07
HSL 31.95º 0.96% 0.47% -
HSV(B) 31.95º 0.98% 0.93% -
XYZ 42.34 33.28 4.34 -
YUV 146.27 48.28 192 -
System Red Green Blue C M Y K H S L
Decimal 236 128 5 0 0.46 0.98 0.07 31.95 0.96 0.47
Hex EC 80 5 0 2E 62 7 20 60 2F
Octal 354 200 5 0 56 142 7 40 140 57
Binary 11101100 10000000 101 0 101110 1100010 111 100000 1100000 101111

Color Harmonies of #EC8005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8005

Black with #EC8005

Text Example


Text Example

White with #EC8005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8005; }

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

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

background-color css

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

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

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

border-color css

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

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

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