Html Css Color HEX #EC7F02 Tangerine

📋 copy color: '#EC7F02'

red 236 ◦ green 127 ◦ blue 2

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

Shades of Tangerine #EC7F02

Tints of Tangerine #EC7F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.55%

R = 64.66%
G = 34.79%
B = 0.55%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EC7F02 (or 0xEC7F02) is known color: Tangerine. HEX triplet: EC, 7F and 02. RGB value is (236,127,2). Sum of RGB (Red+Green+Blue) = 236+127+2=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 127 (50% from 255 or 34.79% from 365); Blue value is 2 (1.17% from 255 or 0.55% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EC7F02 is #1380FD. Grayscale: #919191. Windows color (decimal): -1278206 or 163820. OLE color: 163820.

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

Color convert

RGB 236 127 2 -
CMYK 0 0.46 0.99 0.07
HSL 32.05º 0.98% 0.47% -
HSV(B) 32.05º 0.99% 0.93% -
XYZ 42.19 33.02 4.21 -
YUV 145.34 47.11 192.66 -
System Red Green Blue C M Y K H S L
Decimal 236 127 2 0 0.46 0.99 0.07 32.05 0.98 0.47
Hex EC 7F 2 0 2E 63 7 20 62 2F
Octal 354 177 2 0 56 143 7 40 142 57
Binary 11101100 1111111 10 0 101110 1100011 111 100000 1100010 101111

Color Harmonies of #EC7F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7F02

Black with #EC7F02

Text Example


Text Example

White with #EC7F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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