Html Css Color HEX #EC800F Tangerine

📋 copy color: '#EC800F'

red 236 ◦ green 128 ◦ blue 15

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

Shades of Tangerine #EC800F

Tints of Tangerine #EC800F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.77%

 BLUE value IS 15 (6.25% from 255) = 3.96%

R = 62.27%
G = 33.77%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC800F (or 0xEC800F) is known color: Tangerine. HEX triplet: EC, 80 and 0F. RGB value is (236,128,15). Sum of RGB (Red+Green+Blue) = 236+128+15=379 (50% of max value = 765). Red value is 236 (92.58% from 255 or 62.27% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 15 (6.25% from 255 or 3.96% from 379); Max value from RGB is 236 - color contains mainly: red. Hex color #EC800F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC800F is #137FF0. Grayscale: #939393. Windows color (decimal): -1277937 or 1016044. OLE color: 1016044.

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

Color convert

RGB 236 128 15 -
CMYK 0 0.46 0.94 0.07
HSL 30.68º 0.88% 0.49% -
HSV(B) 30.68º 0.94% 0.93% -
XYZ 42.4 33.31 4.65 -
YUV 147.41 53.28 191.19 -
System Red Green Blue C M Y K H S L
Decimal 236 128 15 0 0.46 0.94 0.07 30.68 0.88 0.49
Hex EC 80 F 0 2E 5E 7 1F 58 31
Octal 354 200 17 0 56 136 7 37 130 61
Binary 11101100 10000000 1111 0 101110 1011110 111 11111 1011000 110001

Color Harmonies of #EC800F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC800F

Black with #EC800F

Text Example


Text Example

White with #EC800F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC800F; }

 p { color: rgb(236,128,15); }

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

background-color css

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

 a { background-color: rgb(236,128,15); }

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

border-color css

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

 span { border-color: rgb(236,128,15); }

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