Html Css Color HEX #EC830A Tangerine

📋 copy color: '#EC830A'

red 236 ◦ green 131 ◦ blue 10

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

Shades of Tangerine #EC830A

Tints of Tangerine #EC830A

RGB

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

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

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

R = 62.6%
G = 34.75%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC830A (or 0xEC830A) is known color: Tangerine. HEX triplet: EC, 83 and 0A. RGB value is (236,131,10). Sum of RGB (Red+Green+Blue) = 236+131+10=377 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.60% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 10 (4.30% from 255 or 2.65% from 377); Max value from RGB is 236 - color contains mainly: red. Hex color #EC830A is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC830A is #137CF5. Grayscale: #959595. Windows color (decimal): -1277174 or 689132. OLE color: 689132.

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

Color convert

RGB 236 131 10 -
CMYK 0 0.44 0.96 0.07
HSL 32.12º 0.92% 0.48% -
HSV(B) 32.12º 0.96% 0.93% -
XYZ 42.76 34.09 4.61 -
YUV 148.6 49.79 190.34 -
System Red Green Blue C M Y K H S L
Decimal 236 131 10 0 0.44 0.96 0.07 32.12 0.92 0.48
Hex EC 83 A 0 2C 60 7 20 5C 30
Octal 354 203 12 0 54 140 7 40 134 60
Binary 11101100 10000011 1010 0 101100 1100000 111 100000 1011100 110000

Color Harmonies of #EC830A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC830A

Black with #EC830A

Text Example


Text Example

White with #EC830A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC830A; }

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

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

background-color css

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

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

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

border-color css

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

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

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