Html Css Color HEX #EC7F0A Tangerine

📋 copy color: '#EC7F0A'

red 236 ◦ green 127 ◦ blue 10

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

Shades of Tangerine #EC7F0A

Tints of Tangerine #EC7F0A

RGB

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

 GREEN value IS 127 (50% from 255) = 34.05%

 BLUE value IS 10 (4.3% from 255) = 2.68%

R = 63.27%
G = 34.05%
B = 2.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC7F0A (or 0xEC7F0A) is known color: Tangerine. HEX triplet: EC, 7F and 0A. RGB value is (236,127,10). Sum of RGB (Red+Green+Blue) = 236+127+10=373 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.27% from 373); Green value is 127 (50% from 255 or 34.05% from 373); Blue value is 10 (4.30% from 255 or 2.68% from 373); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7F0A is #1380F5. Grayscale: #929292. Windows color (decimal): -1278198 or 688108. OLE color: 688108.

HSL color Cylindrical-coordinate representation of color #EC7F0A: hue angle of 31.06º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC7F0A is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 127 10 -
CMYK 0 0.46 0.96 0.07
HSL 31.06º 0.92% 0.48% -
HSV(B) 31.06º 0.96% 0.93% -
XYZ 42.24 33.03 4.44 -
YUV 146.25 51.11 192.01 -
System Red Green Blue C M Y K H S L
Decimal 236 127 10 0 0.46 0.96 0.07 31.06 0.92 0.48
Hex EC 7F A 0 2E 60 7 1F 5C 30
Octal 354 177 12 0 56 140 7 37 134 60
Binary 11101100 1111111 1010 0 101110 1100000 111 11111 1011100 110000

Color Harmonies of #EC7F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7F0A

Black with #EC7F0A

Text Example


Text Example

White with #EC7F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7F0A; }

 p { color: rgb(236,127,10); }

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

background-color css

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

 a { background-color: rgb(236,127,10); }

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

border-color css

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

 span { border-color: rgb(236,127,10); }

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