Html Css Color HEX #E3850A Tangerine

📋 copy color: '#E3850A'

red 227 ◦ green 133 ◦ blue 10

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

Shades of Tangerine #E3850A

Tints of Tangerine #E3850A

RGB

 RED value IS 227 (89.06% from 255) = 61.35%

 GREEN value IS 133 (52.34% from 255) = 35.95%

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

R = 61.35%
G = 35.95%
B = 2.7%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.11

RGB Variations

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

Color information

#E3850A (or 0xE3850A) is known color: Tangerine. HEX triplet: E3, 85 and 0A. RGB value is (227,133,10). Sum of RGB (Red+Green+Blue) = 227+133+10=370 (49% of max value = 765). Red value is 227 (89.06% from 255 or 61.35% from 370); Green value is 133 (52.34% from 255 or 35.95% from 370); Blue value is 10 (4.30% from 255 or 2.70% from 370); Max value from RGB is 227 - color contains mainly: red. Hex color #E3850A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E3850A is #1C7AF5. Grayscale: #939393. Windows color (decimal): -1866486 or 689635. OLE color: 689635.

HSL color Cylindrical-coordinate representation of color #E3850A: hue angle of 34.01º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E3850A is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 133 10 -
CMYK 0 0.41 0.96 0.11
HSL 34.01º 0.92% 0.46% -
HSV(B) 34.01º 0.96% 0.89% -
XYZ 40.12 33.13 4.57 -
YUV 147.08 50.64 185 -
System Red Green Blue C M Y K H S L
Decimal 227 133 10 0 0.41 0.96 0.11 34.01 0.92 0.46
Hex E3 85 A 0 29 60 B 22 5C 2E
Octal 343 205 12 0 51 140 13 42 134 56
Binary 11100011 10000101 1010 0 101001 1100000 1011 100010 1011100 101110

Color Harmonies of #E3850A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3850A

Black with #E3850A

Text Example


Text Example

White with #E3850A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3850A; }

 p { color: rgb(227,133,10); }

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

background-color css

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

 a { background-color: rgb(227,133,10); }

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

border-color css

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

 span { border-color: rgb(227,133,10); }

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