Html Css Color HEX #EC8002 Tangerine

📋 copy color: '#EC8002'

red 236 ◦ green 128 ◦ blue 2

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

Shades of Tangerine #EC8002

Tints of Tangerine #EC8002

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.97%

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

R = 64.48%
G = 34.97%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC8002 (or 0xEC8002) is known color: Tangerine. HEX triplet: EC, 80 and 02. RGB value is (236,128,2). Sum of RGB (Red+Green+Blue) = 236+128+2=366 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.48% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 2 (1.17% from 255 or 0.55% from 366); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8002 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8002 is #137FFD. Grayscale: #929292. Windows color (decimal): -1277950 or 164076. OLE color: 164076.

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

Color convert

RGB 236 128 2 -
CMYK 0 0.46 0.99 0.07
HSL 32.31º 0.98% 0.47% -
HSV(B) 32.31º 0.99% 0.93% -
XYZ 42.32 33.28 4.25 -
YUV 145.93 46.78 192.25 -
System Red Green Blue C M Y K H S L
Decimal 236 128 2 0 0.46 0.99 0.07 32.31 0.98 0.47
Hex EC 80 2 0 2E 63 7 20 62 2F
Octal 354 200 2 0 56 143 7 40 142 57
Binary 11101100 10000000 10 0 101110 1100011 111 100000 1100010 101111

Color Harmonies of #EC8002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8002

Black with #EC8002

Text Example


Text Example

White with #EC8002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8002; }

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

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

background-color css

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

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

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

border-color css

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

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

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