Html Css Color HEX #EC8500 Tangerine

📋 copy color: '#EC8500'

red 236 ◦ green 133 ◦ blue 0

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

Shades of Tangerine #EC8500

Tints of Tangerine #EC8500

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.04%

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

R = 63.96%
G = 36.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EC8500 (or 0xEC8500) is known color: Tangerine. HEX triplet: EC, 85 and 00. RGB value is (236,133,0). Sum of RGB (Red+Green+Blue) = 236+133+0=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 133 (52.34% from 255 or 36.04% from 369); Blue value is 0 (0.39% from 255 or 0% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8500 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8500 is #137AFF. Grayscale: #959595. Windows color (decimal): -1276672 or 34284. OLE color: 34284.

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

Color convert

RGB 236 133 0 -
CMYK 0 0.44 1 0.07
HSL 33.81º 1% 0.46% -
HSV(B) 33.81º 1% 0.93% -
XYZ 42.98 34.61 4.41 -
YUV 148.64 44.12 190.31 -
System Red Green Blue C M Y K H S L
Decimal 236 133 0 0 0.44 1 0.07 33.81 1 0.46
Hex EC 85 0 0 2C 64 7 22 64 2E
Octal 354 205 0 0 54 144 7 42 144 56
Binary 11101100 10000101 0 0 101100 1100100 111 100010 1100100 101110

Color Harmonies of #EC8500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8500

Black with #EC8500

Text Example


Text Example

White with #EC8500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8500; }

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

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

background-color css

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

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

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

border-color css

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

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

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