Html Css Color HEX #EC8502 Tangerine

📋 copy color: '#EC8502'

red 236 ◦ green 133 ◦ blue 2

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

Shades of Tangerine #EC8502

Tints of Tangerine #EC8502

RGB

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

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

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

R = 63.61%
G = 35.85%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC8502 (or 0xEC8502) is known color: Tangerine. HEX triplet: EC, 85 and 02. RGB value is (236,133,2). Sum of RGB (Red+Green+Blue) = 236+133+2=371 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.61% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 2 (1.17% from 255 or 0.54% from 371); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8502 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8502 is #137AFD. Grayscale: #959595. Windows color (decimal): -1276670 or 165356. OLE color: 165356.

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

Color convert

RGB 236 133 2 -
CMYK 0 0.44 0.99 0.07
HSL 33.59º 0.98% 0.47% -
HSV(B) 33.59º 0.99% 0.93% -
XYZ 42.99 34.61 4.47 -
YUV 148.86 45.12 190.15 -
System Red Green Blue C M Y K H S L
Decimal 236 133 2 0 0.44 0.99 0.07 33.59 0.98 0.47
Hex EC 85 2 0 2C 63 7 22 62 2F
Octal 354 205 2 0 54 143 7 42 142 57
Binary 11101100 10000101 10 0 101100 1100011 111 100010 1100010 101111

Color Harmonies of #EC8502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8502

Black with #EC8502

Text Example


Text Example

White with #EC8502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8502; }

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

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

background-color css

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

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

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

border-color css

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

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

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