Html Css Color HEX #EC8800 Tangerine

📋 copy color: '#EC8800'

red 236 ◦ green 136 ◦ blue 0

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

Shades of Tangerine #EC8800

Tints of Tangerine #EC8800

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.56%

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

R = 63.44%
G = 36.56%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EC8800 (or 0xEC8800) is known color: Tangerine. HEX triplet: EC, 88 and 00. RGB value is (236,136,0). Sum of RGB (Red+Green+Blue) = 236+136+0=372 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.44% from 372); Green value is 136 (53.52% from 255 or 36.56% from 372); Blue value is 0 (0.39% from 255 or 0% from 372); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8800 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8800 is #1377FF. Grayscale: #979797. Windows color (decimal): -1275904 or 35052. OLE color: 35052.

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

Color convert

RGB 236 136 0 -
CMYK 0 0.42 1 0.07
HSL 34.58º 1% 0.46% -
HSV(B) 34.58º 1% 0.93% -
XYZ 43.4 35.44 4.55 -
YUV 150.4 43.13 189.06 -
System Red Green Blue C M Y K H S L
Decimal 236 136 0 0 0.42 1 0.07 34.58 1 0.46
Hex EC 88 0 0 2A 64 7 23 64 2E
Octal 354 210 0 0 52 144 7 43 144 56
Binary 11101100 10001000 0 0 101010 1100100 111 100011 1100100 101110

Color Harmonies of #EC8800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8800

Black with #EC8800

Text Example


Text Example

White with #EC8800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8800; }

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

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

background-color css

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

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

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

border-color css

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

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

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