Html Css Color HEX #E18207 Tangerine

📋 copy color: '#E18207'

red 225 ◦ green 130 ◦ blue 7

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

Shades of Tangerine #E18207

Tints of Tangerine #E18207

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.91%

 BLUE value IS 7 (3.13% from 255) = 1.93%

R = 62.15%
G = 35.91%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E18207 (or 0xE18207) is known color: Tangerine. HEX triplet: E1, 82 and 07. RGB value is (225,130,7). Sum of RGB (Red+Green+Blue) = 225+130+7=362 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.15% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 7 (3.12% from 255 or 1.93% from 362); Max value from RGB is 225 - color contains mainly: red. Hex color #E18207 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18207 is #1E7DF8. Grayscale: #909090. Windows color (decimal): -1998329 or 492257. OLE color: 492257.

HSL color Cylindrical-coordinate representation of color #E18207: hue angle of 33.85º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E18207 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 130 7 -
CMYK 0 0.42 0.97 0.12
HSL 33.85º 0.94% 0.45% -
HSV(B) 33.85º 0.97% 0.88% -
XYZ 39.07 31.99 4.32 -
YUV 144.38 50.47 185.5 -
System Red Green Blue C M Y K H S L
Decimal 225 130 7 0 0.42 0.97 0.12 33.85 0.94 0.45
Hex E1 82 7 0 2A 61 C 22 5E 2D
Octal 341 202 7 0 52 141 14 42 136 55
Binary 11100001 10000010 111 0 101010 1100001 1100 100010 1011110 101101

Color Harmonies of #E18207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18207

Black with #E18207

Text Example


Text Example

White with #E18207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18207; }

 p { color: rgb(225,130,7); }

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

background-color css

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

 a { background-color: rgb(225,130,7); }

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

border-color css

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

 span { border-color: rgb(225,130,7); }

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