Html Css Color HEX #EC8300 Tangerine

📋 copy color: '#EC8300'

red 236 ◦ green 131 ◦ blue 0

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

Shades of Tangerine #EC8300

Tints of Tangerine #EC8300

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.69%

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

R = 64.31%
G = 35.69%
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

#EC8300 (or 0xEC8300) is known color: Tangerine. HEX triplet: EC, 83 and 00. RGB value is (236,131,0). Sum of RGB (Red+Green+Blue) = 236+131+0=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 131 (51.56% from 255 or 35.69% from 367); Blue value is 0 (0.39% from 255 or 0% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8300 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8300 is #137CFF. Grayscale: #949494. Windows color (decimal): -1277184 or 33772. OLE color: 33772.

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

Color convert

RGB 236 131 0 -
CMYK 0 0.44 1 0.07
HSL 33.31º 1% 0.46% -
HSV(B) 33.31º 1% 0.93% -
XYZ 42.71 34.07 4.32 -
YUV 147.46 44.79 191.15 -
System Red Green Blue C M Y K H S L
Decimal 236 131 0 0 0.44 1 0.07 33.31 1 0.46
Hex EC 83 0 0 2C 64 7 21 64 2E
Octal 354 203 0 0 54 144 7 41 144 56
Binary 11101100 10000011 0 0 101100 1100100 111 100001 1100100 101110

Color Harmonies of #EC8300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8300

Black with #EC8300

Text Example


Text Example

White with #EC8300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8300; }

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

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

background-color css

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

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

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

border-color css

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

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

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