Html Css Color HEX #EC7D06 Tangerine

📋 copy color: '#EC7D06'

red 236 ◦ green 125 ◦ blue 6

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

Shades of Tangerine #EC7D06

Tints of Tangerine #EC7D06

RGB

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

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

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

R = 64.31%
G = 34.06%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC7D06 (or 0xEC7D06) is known color: Tangerine. HEX triplet: EC, 7D and 06. RGB value is (236,125,6). Sum of RGB (Red+Green+Blue) = 236+125+6=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 6 (2.73% from 255 or 1.63% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D06 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7D06 is #1382F9. Grayscale: #919191. Windows color (decimal): -1278714 or 425452. OLE color: 425452.

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

Color convert

RGB 236 125 6 -
CMYK 0 0.47 0.97 0.07
HSL 31.04º 0.95% 0.47% -
HSV(B) 31.04º 0.97% 0.93% -
XYZ 41.96 32.51 4.24 -
YUV 144.62 49.77 193.18 -
System Red Green Blue C M Y K H S L
Decimal 236 125 6 0 0.47 0.97 0.07 31.04 0.95 0.47
Hex EC 7D 6 0 2F 61 7 1F 5F 2F
Octal 354 175 6 0 57 141 7 37 137 57
Binary 11101100 1111101 110 0 101111 1100001 111 11111 1011111 101111

Color Harmonies of #EC7D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7D06

Black with #EC7D06

Text Example


Text Example

White with #EC7D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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