Html Css Color HEX #EC7D01 Tangerine

📋 copy color: '#EC7D01'

red 236 ◦ green 125 ◦ blue 1

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

Shades of Tangerine #EC7D01

Tints of Tangerine #EC7D01

RGB

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

 GREEN value IS 125 (49.22% from 255) = 34.53%

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

R = 65.19%
G = 34.53%
B = 0.28%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EC7D01 (or 0xEC7D01) is known color: Tangerine. HEX triplet: EC, 7D and 01. RGB value is (236,125,1). Sum of RGB (Red+Green+Blue) = 236+125+1=362 (47% of max value = 765). Red value is 236 (92.58% from 255 or 65.19% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 1 (0.78% from 255 or 0.28% from 362); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7D01 is #1382FE. Grayscale: #909090. Windows color (decimal): -1278719 or 97772. OLE color: 97772.

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

Color convert

RGB 236 125 1 -
CMYK 0 0.47 1.00 0.07
HSL 31.66º 0.99% 0.46% -
HSV(B) 31.66º 1% 0.93% -
XYZ 41.93 32.5 4.09 -
YUV 144.05 47.27 193.58 -
System Red Green Blue C M Y K H S L
Decimal 236 125 1 0 0.47 1.00 0.07 31.66 0.99 0.46
Hex EC 7D 1 0 2F 64 7 20 63 2E
Octal 354 175 1 0 57 144 7 40 143 56
Binary 11101100 1111101 1 0 101111 1100100 111 100000 1100011 101110

Color Harmonies of #EC7D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7D01

Black with #EC7D01

Text Example


Text Example

White with #EC7D01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7D01; }

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

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

background-color css

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

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

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

border-color css

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

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

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