Html Css Color HEX #EC830F Tangerine

📋 copy color: '#EC830F'

red 236 ◦ green 131 ◦ blue 15

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

Shades of Tangerine #EC830F

Tints of Tangerine #EC830F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.29%

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

R = 61.78%
G = 34.29%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC830F (or 0xEC830F) is known color: Tangerine. HEX triplet: EC, 83 and 0F. RGB value is (236,131,15). Sum of RGB (Red+Green+Blue) = 236+131+15=382 (50% of max value = 765). Red value is 236 (92.58% from 255 or 61.78% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 15 (6.25% from 255 or 3.93% from 382); Max value from RGB is 236 - color contains mainly: red. Hex color #EC830F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC830F is #137CF0. Grayscale: #959595. Windows color (decimal): -1277169 or 1016812. OLE color: 1016812.

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

Color convert

RGB 236 131 15 -
CMYK 0 0.44 0.94 0.07
HSL 31.49º 0.88% 0.49% -
HSV(B) 31.49º 0.94% 0.93% -
XYZ 42.79 34.1 4.78 -
YUV 149.17 52.29 189.93 -
System Red Green Blue C M Y K H S L
Decimal 236 131 15 0 0.44 0.94 0.07 31.49 0.88 0.49
Hex EC 83 F 0 2C 5E 7 1F 58 31
Octal 354 203 17 0 54 136 7 37 130 61
Binary 11101100 10000011 1111 0 101100 1011110 111 11111 1011000 110001

Color Harmonies of #EC830F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC830F

Black with #EC830F

Text Example


Text Example

White with #EC830F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC830F; }

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

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

background-color css

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

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

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

border-color css

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

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

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