Html Css Color HEX #EC8E02 Tangerine

📋 copy color: '#EC8E02'

red 236 ◦ green 142 ◦ blue 2

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

Shades of Tangerine #EC8E02

Tints of Tangerine #EC8E02

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.37%

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 62.11%
G = 37.37%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC8E02 (or 0xEC8E02) is known color: Tangerine. HEX triplet: EC, 8E and 02. RGB value is (236,142,2). Sum of RGB (Red+Green+Blue) = 236+142+2=380 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.11% from 380); Green value is 142 (55.86% from 255 or 37.37% from 380); Blue value is 2 (1.17% from 255 or 0.53% from 380); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8E02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8E02 is #1371FD. Grayscale: #9A9A9A. Windows color (decimal): -1274366 or 167660. OLE color: 167660.

HSL color Cylindrical-coordinate representation of color #EC8E02: hue angle of 35.9º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EC8E02 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 142 2 -
CMYK 0 0.40 0.99 0.07
HSL 35.9º 0.98% 0.47% -
HSV(B) 35.9º 0.99% 0.93% -
XYZ 44.28 37.18 4.9 -
YUV 154.15 42.14 186.38 -
System Red Green Blue C M Y K H S L
Decimal 236 142 2 0 0.40 0.99 0.07 35.9 0.98 0.47
Hex EC 8E 2 0 28 63 7 24 62 2F
Octal 354 216 2 0 50 143 7 44 142 57
Binary 11101100 10001110 10 0 101000 1100011 111 100100 1100010 101111

Color Harmonies of #EC8E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8E02

Black with #EC8E02

Text Example


Text Example

White with #EC8E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8E02; }

 p { color: rgb(236,142,2); }

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

background-color css

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

 a { background-color: rgb(236,142,2); }

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

border-color css

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

 span { border-color: rgb(236,142,2); }

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