Html Css Color HEX #EC8506 Tangerine

📋 copy color: '#EC8506'

red 236 ◦ green 133 ◦ blue 6

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

Shades of Tangerine #EC8506

Tints of Tangerine #EC8506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.6%

R = 62.93%
G = 35.47%
B = 1.6%

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

#EC8506 (or 0xEC8506) is known color: Tangerine. HEX triplet: EC, 85 and 06. RGB value is (236,133,6). Sum of RGB (Red+Green+Blue) = 236+133+6=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 6 (2.73% from 255 or 1.6% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8506 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8506 is #137AF9. Grayscale: #959595. Windows color (decimal): -1276666 or 427500. OLE color: 427500.

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

Color convert

RGB 236 133 6 -
CMYK 0 0.44 0.97 0.07
HSL 33.13º 0.95% 0.47% -
HSV(B) 33.13º 0.97% 0.93% -
XYZ 43.01 34.62 4.59 -
YUV 149.32 47.12 189.83 -
System Red Green Blue C M Y K H S L
Decimal 236 133 6 0 0.44 0.97 0.07 33.13 0.95 0.47
Hex EC 85 6 0 2C 61 7 21 5F 2F
Octal 354 205 6 0 54 141 7 41 137 57
Binary 11101100 10000101 110 0 101100 1100001 111 100001 1011111 101111

Color Harmonies of #EC8506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8506

Black with #EC8506

Text Example


Text Example

White with #EC8506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8506; }

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

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

background-color css

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

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

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

border-color css

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

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

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