Html Css Color HEX #E18C00 Tangerine

📋 copy color: '#E18C00'

red 225 ◦ green 140 ◦ blue 0

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

Shades of Tangerine #E18C00

Tints of Tangerine #E18C00

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.36%

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

R = 61.64%
G = 38.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.12

RGB Variations

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

Color information

#E18C00 (or 0xE18C00) is known color: Tangerine. HEX triplet: E1, 8C and 00. RGB value is (225,140,0). Sum of RGB (Red+Green+Blue) = 225+140+0=365 (48% of max value = 765). Red value is 225 (88.28% from 255 or 61.64% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 225 - color contains mainly: red. Hex color #E18C00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18C00 is #1E73FF. Grayscale: #969696. Windows color (decimal): -1995776 or 36065. OLE color: 36065.

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

Color convert

RGB 225 140 0 -
CMYK 0 0.38 1 0.12
HSL 37.33º 1% 0.44% -
HSV(B) 37.33º 1% 0.88% -
XYZ 40.43 34.76 4.58 -
YUV 149.46 43.66 181.88 -
System Red Green Blue C M Y K H S L
Decimal 225 140 0 0 0.38 1 0.12 37.33 1 0.44
Hex E1 8C 0 0 26 64 C 25 64 2C
Octal 341 214 0 0 46 144 14 45 144 54
Binary 11100001 10001100 0 0 100110 1100100 1100 100101 1100100 101100

Color Harmonies of #E18C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18C00

Black with #E18C00

Text Example


Text Example

White with #E18C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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