Html Css Color HEX #EC8D01 Tangerine

📋 copy color: '#EC8D01'

red 236 ◦ green 141 ◦ blue 1

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

Shades of Tangerine #EC8D01

Tints of Tangerine #EC8D01

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.3%

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 62.43%
G = 37.3%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EC8D01 (or 0xEC8D01) is known color: Tangerine. HEX triplet: EC, 8D and 01. RGB value is (236,141,1). Sum of RGB (Red+Green+Blue) = 236+141+1=378 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.43% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 1 (0.78% from 255 or 0.26% from 378); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D01 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC8D01 is #1372FE. Grayscale: #9A9A9A. Windows color (decimal): -1274623 or 101868. OLE color: 101868.

HSL color Cylindrical-coordinate representation of color #EC8D01: hue angle of 35.74º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC8D01 is Cyan = 0, Magento = 0.40, Yellow = 1.00 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 141 1 -
CMYK 0 0.40 1.00 0.07
HSL 35.74º 0.99% 0.46% -
HSV(B) 35.74º 1% 0.93% -
XYZ 44.12 36.88 4.82 -
YUV 153.45 41.97 186.88 -
System Red Green Blue C M Y K H S L
Decimal 236 141 1 0 0.40 1.00 0.07 35.74 0.99 0.46
Hex EC 8D 1 0 28 64 7 24 63 2E
Octal 354 215 1 0 50 144 7 44 143 56
Binary 11101100 10001101 1 0 101000 1100100 111 100100 1100011 101110

Color Harmonies of #EC8D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8D01

Black with #EC8D01

Text Example


Text Example

White with #EC8D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8D01; }

 p { color: rgb(236,141,1); }

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

background-color css

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

 a { background-color: rgb(236,141,1); }

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

border-color css

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

 span { border-color: rgb(236,141,1); }

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