Html Css Color HEX #EC8705 Tangerine

📋 copy color: '#EC8705'

red 236 ◦ green 135 ◦ blue 5

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

Shades of Tangerine #EC8705

Tints of Tangerine #EC8705

RGB

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

 GREEN value IS 135 (53.13% from 255) = 35.9%

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

R = 62.77%
G = 35.9%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC8705 (or 0xEC8705) is known color: Tangerine. HEX triplet: EC, 87 and 05. RGB value is (236,135,5). Sum of RGB (Red+Green+Blue) = 236+135+5=376 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.77% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 5 (2.34% from 255 or 1.33% from 376); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8705 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8705 is #1378FA. Grayscale: #979797. Windows color (decimal): -1276155 or 362476. OLE color: 362476.

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

Color convert

RGB 236 135 5 -
CMYK 0 0.43 0.98 0.07
HSL 33.77º 0.96% 0.47% -
HSV(B) 33.77º 0.98% 0.93% -
XYZ 43.28 35.17 4.65 -
YUV 150.38 45.96 189.07 -
System Red Green Blue C M Y K H S L
Decimal 236 135 5 0 0.43 0.98 0.07 33.77 0.96 0.47
Hex EC 87 5 0 2B 62 7 22 60 2F
Octal 354 207 5 0 53 142 7 42 140 57
Binary 11101100 10000111 101 0 101011 1100010 111 100010 1100000 101111

Color Harmonies of #EC8705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8705

Black with #EC8705

Text Example


Text Example

White with #EC8705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8705; }

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

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

background-color css

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

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

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

border-color css

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

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

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