Html Css Color HEX #EC8B02 Tangerine

📋 copy color: '#EC8B02'

red 236 ◦ green 139 ◦ blue 2

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

Shades of Tangerine #EC8B02

Tints of Tangerine #EC8B02

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.87%

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

R = 62.6%
G = 36.87%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC8B02 (or 0xEC8B02) is known color: Tangerine. HEX triplet: EC, 8B and 02. RGB value is (236,139,2). Sum of RGB (Red+Green+Blue) = 236+139+2=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 2 (1.17% from 255 or 0.53% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8B02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8B02 is #1374FD. Grayscale: #999999. Windows color (decimal): -1275134 or 166892. OLE color: 166892.

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

Color convert

RGB 236 139 2 -
CMYK 0 0.41 0.99 0.07
HSL 35.13º 0.98% 0.47% -
HSV(B) 35.13º 0.99% 0.93% -
XYZ 43.84 36.3 4.75 -
YUV 152.39 43.14 187.64 -
System Red Green Blue C M Y K H S L
Decimal 236 139 2 0 0.41 0.99 0.07 35.13 0.98 0.47
Hex EC 8B 2 0 29 63 7 23 62 2F
Octal 354 213 2 0 51 143 7 43 142 57
Binary 11101100 10001011 10 0 101001 1100011 111 100011 1100010 101111

Color Harmonies of #EC8B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8B02

Black with #EC8B02

Text Example


Text Example

White with #EC8B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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