Html Css Color HEX #EC7E07 Tangerine

📋 copy color: '#EC7E07'

red 236 ◦ green 126 ◦ blue 7

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

Shades of Tangerine #EC7E07

Tints of Tangerine #EC7E07

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.15%

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

R = 63.96%
G = 34.15%
B = 1.9%

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

#EC7E07 (or 0xEC7E07) is known color: Tangerine. HEX triplet: EC, 7E and 07. RGB value is (236,126,7). Sum of RGB (Red+Green+Blue) = 236+126+7=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 126 (49.61% from 255 or 34.15% from 369); Blue value is 7 (3.12% from 255 or 1.90% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7E07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7E07 is #1381F8. Grayscale: #919191. Windows color (decimal): -1278457 or 491244. OLE color: 491244.

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

Color convert

RGB 236 126 7 -
CMYK 0 0.47 0.97 0.07
HSL 31.18º 0.94% 0.48% -
HSV(B) 31.18º 0.97% 0.93% -
XYZ 42.09 32.77 4.31 -
YUV 145.32 49.94 192.68 -
System Red Green Blue C M Y K H S L
Decimal 236 126 7 0 0.47 0.97 0.07 31.18 0.94 0.48
Hex EC 7E 7 0 2F 61 7 1F 5E 30
Octal 354 176 7 0 57 141 7 37 136 60
Binary 11101100 1111110 111 0 101111 1100001 111 11111 1011110 110000

Color Harmonies of #EC7E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7E07

Black with #EC7E07

Text Example


Text Example

White with #EC7E07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7E07; }

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

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

background-color css

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

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

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

border-color css

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

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

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