Html Css Color HEX #E18A00 Tangerine

📋 copy color: '#E18A00'

red 225 ◦ green 138 ◦ blue 0

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

Shades of Tangerine #E18A00

Tints of Tangerine #E18A00

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.02%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.98%
G = 38.02%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E18A00 (or 0xE18A00) is known color: Tangerine. HEX triplet: E1, 8A and 00. RGB value is (225,138,0). Sum of RGB (Red+Green+Blue) = 225+138+0=363 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.98% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 0 (0.39% from 255 or 0% from 363); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18A00 is #1E75FF. Grayscale: #949494. Windows color (decimal): -1996288 or 35553. OLE color: 35553.

HSL color Cylindrical-coordinate representation of color #E18A00: hue angle of 36.8º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E18A00 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 138 0 -
CMYK 0 0.39 1 0.12
HSL 36.8º 1% 0.44% -
HSV(B) 36.8º 1% 0.88% -
XYZ 40.14 34.18 4.48 -
YUV 148.28 44.32 182.72 -
System Red Green Blue C M Y K H S L
Decimal 225 138 0 0 0.39 1 0.12 36.8 1 0.44
Hex E1 8A 0 0 27 64 C 25 64 2C
Octal 341 212 0 0 47 144 14 45 144 54
Binary 11100001 10001010 0 0 100111 1100100 1100 100101 1100100 101100

Color Harmonies of #E18A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18A00

Black with #E18A00

Text Example


Text Example

White with #E18A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18A00; }

 p { color: rgb(225,138,0); }

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

background-color css

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

 a { background-color: rgb(225,138,0); }

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

border-color css

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

 span { border-color: rgb(225,138,0); }

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