Html Css Color HEX #EC8700 Tangerine

📋 copy color: '#EC8700'

red 236 ◦ green 135 ◦ blue 0

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

Shades of Tangerine #EC8700

Tints of Tangerine #EC8700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.61%
G = 36.39%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EC8700 (or 0xEC8700) is known color: Tangerine. HEX triplet: EC, 87 and 00. RGB value is (236,135,0). Sum of RGB (Red+Green+Blue) = 236+135+0=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 0 (0.39% from 255 or 0% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8700 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8700 is #1378FF. Grayscale: #969696. Windows color (decimal): -1276160 or 34796. OLE color: 34796.

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

Color convert

RGB 236 135 0 -
CMYK 0 0.43 1 0.07
HSL 34.32º 1% 0.46% -
HSV(B) 34.32º 1% 0.93% -
XYZ 43.26 35.16 4.51 -
YUV 149.81 43.46 189.48 -
System Red Green Blue C M Y K H S L
Decimal 236 135 0 0 0.43 1 0.07 34.32 1 0.46
Hex EC 87 0 0 2B 64 7 22 64 2E
Octal 354 207 0 0 53 144 7 42 144 56
Binary 11101100 10000111 0 0 101011 1100100 111 100010 1100100 101110

Color Harmonies of #EC8700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8700

Black with #EC8700

Text Example


Text Example

White with #EC8700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8700; }

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

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

background-color css

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

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

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

border-color css

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

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

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