Html Css Color HEX #E1850A Tangerine

📋 copy color: '#E1850A'

red 225 ◦ green 133 ◦ blue 10

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

Shades of Tangerine #E1850A

Tints of Tangerine #E1850A

RGB

 RED value IS 225 (88.28% from 255) = 61.14%

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

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

R = 61.14%
G = 36.14%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E1850A (or 0xE1850A) is known color: Tangerine. HEX triplet: E1, 85 and 0A. RGB value is (225,133,10). Sum of RGB (Red+Green+Blue) = 225+133+10=368 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.14% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 10 (4.30% from 255 or 2.72% from 368); Max value from RGB is 225 - color contains mainly: red. Hex color #E1850A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E1850A is #1E7AF5. Grayscale: #939393. Windows color (decimal): -1997558 or 689633. OLE color: 689633.

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

Color convert

RGB 225 133 10 -
CMYK 0 0.41 0.96 0.12
HSL 34.33º 0.91% 0.46% -
HSV(B) 34.33º 0.96% 0.88% -
XYZ 39.49 32.8 4.54 -
YUV 146.49 50.98 184 -
System Red Green Blue C M Y K H S L
Decimal 225 133 10 0 0.41 0.96 0.12 34.33 0.91 0.46
Hex E1 85 A 0 29 60 C 22 5B 2E
Octal 341 205 12 0 51 140 14 42 133 56
Binary 11100001 10000101 1010 0 101001 1100000 1100 100010 1011011 101110

Color Harmonies of #E1850A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1850A

Black with #E1850A

Text Example


Text Example

White with #E1850A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1850A; }

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

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

background-color css

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

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

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

border-color css

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

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

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