Html Css Color HEX #E5820C Tangerine

📋 copy color: '#E5820C'

red 229 ◦ green 130 ◦ blue 12

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

Shades of Tangerine #E5820C

Tints of Tangerine #E5820C

RGB

 RED value IS 229 (89.84% from 255) = 61.73%

 GREEN value IS 130 (51.17% from 255) = 35.04%

 BLUE value IS 12 (5.08% from 255) = 3.23%

R = 61.73%
G = 35.04%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E5820C (or 0xE5820C) is known color: Tangerine. HEX triplet: E5, 82 and 0C. RGB value is (229,130,12). Sum of RGB (Red+Green+Blue) = 229+130+12=371 (49% of max value = 765). Red value is 229 (89.84% from 255 or 61.73% from 371); Green value is 130 (51.17% from 255 or 35.04% from 371); Blue value is 12 (5.08% from 255 or 3.23% from 371); Max value from RGB is 229 - color contains mainly: red. Hex color #E5820C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E5820C is #1A7DF3. Grayscale: #929292. Windows color (decimal): -1736180 or 819941. OLE color: 819941.

HSL color Cylindrical-coordinate representation of color #E5820C: hue angle of 32.63º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E5820C is Cyan = 0, Magento = 0.43, Yellow = 0.95 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 130 12 -
CMYK 0 0.43 0.95 0.10
HSL 32.63º 0.9% 0.47% -
HSV(B) 32.63º 0.95% 0.9% -
XYZ 40.36 32.65 4.52 -
YUV 146.15 52.3 187.09 -
System Red Green Blue C M Y K H S L
Decimal 229 130 12 0 0.43 0.95 0.10 32.63 0.9 0.47
Hex E5 82 C 0 2B 5F A 21 5A 2F
Octal 345 202 14 0 53 137 12 41 132 57
Binary 11100101 10000010 1100 0 101011 1011111 1010 100001 1011010 101111

Color Harmonies of #E5820C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5820C

Black with #E5820C

Text Example


Text Example

White with #E5820C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5820C; }

 p { color: rgb(229,130,12); }

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

background-color css

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

 a { background-color: rgb(229,130,12); }

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

border-color css

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

 span { border-color: rgb(229,130,12); }

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