Html Css Color HEX #E18D00 Tangerine

📋 copy color: '#E18D00'

red 225 ◦ green 141 ◦ blue 0

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

Shades of Tangerine #E18D00

Tints of Tangerine #E18D00

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.52%

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

R = 61.48%
G = 38.52%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E18D00 (or 0xE18D00) is known color: Tangerine. HEX triplet: E1, 8D and 00. RGB value is (225,141,0). Sum of RGB (Red+Green+Blue) = 225+141+0=366 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.48% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 0 (0.39% from 255 or 0% from 366); Max value from RGB is 225 - color contains mainly: red. Hex color #E18D00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18D00 is #1E72FF. Grayscale: #969696. Windows color (decimal): -1995520 or 36321. OLE color: 36321.

HSL color Cylindrical-coordinate representation of color #E18D00: hue angle of 37.6º 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 #E18D00 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 141 0 -
CMYK 0 0.37 1 0.12
HSL 37.6º 1% 0.44% -
HSV(B) 37.6º 1% 0.88% -
XYZ 40.58 35.06 4.63 -
YUV 150.04 43.33 181.46 -
System Red Green Blue C M Y K H S L
Decimal 225 141 0 0 0.37 1 0.12 37.6 1 0.44
Hex E1 8D 0 0 25 64 C 26 64 2C
Octal 341 215 0 0 45 144 14 46 144 54
Binary 11100001 10001101 0 0 100101 1100100 1100 100110 1100100 101100

Color Harmonies of #E18D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18D00

Black with #E18D00

Text Example


Text Example

White with #E18D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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