Html Css Color HEX #EC8307 Tangerine

📋 copy color: '#EC8307'

red 236 ◦ green 131 ◦ blue 7

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

Shades of Tangerine #EC8307

Tints of Tangerine #EC8307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.87%

R = 63.1%
G = 35.03%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC8307 (or 0xEC8307) is known color: Tangerine. HEX triplet: EC, 83 and 07. RGB value is (236,131,7). Sum of RGB (Red+Green+Blue) = 236+131+7=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 131 (51.56% from 255 or 35.03% from 374); Blue value is 7 (3.12% from 255 or 1.87% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8307 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8307 is #137CF8. Grayscale: #949494. Windows color (decimal): -1277177 or 492524. OLE color: 492524.

HSL color Cylindrical-coordinate representation of color #EC8307: hue angle of 32.49º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EC8307 is Cyan = 0, Magento = 0.44, Yellow = 0.97 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 131 7 -
CMYK 0 0.44 0.97 0.07
HSL 32.49º 0.94% 0.48% -
HSV(B) 32.49º 0.97% 0.93% -
XYZ 42.75 34.08 4.53 -
YUV 148.26 48.29 190.58 -
System Red Green Blue C M Y K H S L
Decimal 236 131 7 0 0.44 0.97 0.07 32.49 0.94 0.48
Hex EC 83 7 0 2C 61 7 20 5E 30
Octal 354 203 7 0 54 141 7 40 136 60
Binary 11101100 10000011 111 0 101100 1100001 111 100000 1011110 110000

Color Harmonies of #EC8307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8307

Black with #EC8307

Text Example


Text Example

White with #EC8307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8307; }

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

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

background-color css

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

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

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

border-color css

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

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

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