Html Css Color HEX #EC8302 Tangerine

📋 copy color: '#EC8302'

red 236 ◦ green 131 ◦ blue 2

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

Shades of Tangerine #EC8302

Tints of Tangerine #EC8302

RGB

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

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

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

R = 63.96%
G = 35.5%
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

#EC8302 (or 0xEC8302) is known color: Tangerine. HEX triplet: EC, 83 and 02. RGB value is (236,131,2). Sum of RGB (Red+Green+Blue) = 236+131+2=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 2 (1.17% from 255 or 0.54% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8302 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8302 is #137CFD. Grayscale: #949494. Windows color (decimal): -1277182 or 164844. OLE color: 164844.

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

Color convert

RGB 236 131 2 -
CMYK 0 0.44 0.99 0.07
HSL 33.08º 0.98% 0.47% -
HSV(B) 33.08º 0.99% 0.93% -
XYZ 42.72 34.07 4.38 -
YUV 147.69 45.79 190.99 -
System Red Green Blue C M Y K H S L
Decimal 236 131 2 0 0.44 0.99 0.07 33.08 0.98 0.47
Hex EC 83 2 0 2C 63 7 21 62 2F
Octal 354 203 2 0 54 143 7 41 142 57
Binary 11101100 10000011 10 0 101100 1100011 111 100001 1100010 101111

Color Harmonies of #EC8302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8302

Black with #EC8302

Text Example


Text Example

White with #EC8302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8302; }

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

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

background-color css

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

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

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

border-color css

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

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

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