Html Css Color HEX #EC8507 Tangerine

📋 copy color: '#EC8507'

red 236 ◦ green 133 ◦ blue 7

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

Shades of Tangerine #EC8507

Tints of Tangerine #EC8507

RGB

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

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

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

R = 62.77%
G = 35.37%
B = 1.86%

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

#EC8507 (or 0xEC8507) is known color: Tangerine. HEX triplet: EC, 85 and 07. RGB value is (236,133,7). Sum of RGB (Red+Green+Blue) = 236+133+7=376 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.77% from 376); Green value is 133 (52.34% from 255 or 35.37% from 376); Blue value is 7 (3.12% from 255 or 1.86% from 376); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8507 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8507 is #137AF8. Grayscale: #969696. Windows color (decimal): -1276665 or 493036. OLE color: 493036.

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

Color convert

RGB 236 133 7 -
CMYK 0 0.44 0.97 0.07
HSL 33.01º 0.94% 0.48% -
HSV(B) 33.01º 0.97% 0.93% -
XYZ 43.02 34.62 4.62 -
YUV 149.43 47.62 189.75 -
System Red Green Blue C M Y K H S L
Decimal 236 133 7 0 0.44 0.97 0.07 33.01 0.94 0.48
Hex EC 85 7 0 2C 61 7 21 5E 30
Octal 354 205 7 0 54 141 7 41 136 60
Binary 11101100 10000101 111 0 101100 1100001 111 100001 1011110 110000

Color Harmonies of #EC8507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8507

Black with #EC8507

Text Example


Text Example

White with #EC8507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8507; }

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

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

background-color css

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

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

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

border-color css

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

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

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