Html Css Color HEX #E18306 Tangerine

📋 copy color: '#E18306'

red 225 ◦ green 131 ◦ blue 6

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

Shades of Tangerine #E18306

Tints of Tangerine #E18306

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.19%

 BLUE value IS 6 (2.73% from 255) = 1.66%

R = 62.15%
G = 36.19%
B = 1.66%

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

#E18306 (or 0xE18306) is known color: Tangerine. HEX triplet: E1, 83 and 06. RGB value is (225,131,6). Sum of RGB (Red+Green+Blue) = 225+131+6=362 (47% of max value = 765). Red value is 225 (88.28% from 255 or 62.15% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 6 (2.73% from 255 or 1.66% from 362); Max value from RGB is 225 - color contains mainly: red. Hex color #E18306 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E18306 is #1E7CF9. Grayscale: #919191. Windows color (decimal): -1998074 or 426977. OLE color: 426977.

HSL color Cylindrical-coordinate representation of color #E18306: hue angle of 34.25º degrees, saturation: 0.95, 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 #E18306 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 131 6 -
CMYK 0 0.42 0.97 0.12
HSL 34.25º 0.95% 0.45% -
HSV(B) 34.25º 0.97% 0.88% -
XYZ 39.2 32.25 4.33 -
YUV 144.86 49.64 185.16 -
System Red Green Blue C M Y K H S L
Decimal 225 131 6 0 0.42 0.97 0.12 34.25 0.95 0.45
Hex E1 83 6 0 2A 61 C 22 5F 2D
Octal 341 203 6 0 52 141 14 42 137 55
Binary 11100001 10000011 110 0 101010 1100001 1100 100010 1011111 101101

Color Harmonies of #E18306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18306

Black with #E18306

Text Example


Text Example

White with #E18306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18306; }

 p { color: rgb(225,131,6); }

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

background-color css

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

 a { background-color: rgb(225,131,6); }

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

border-color css

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

 span { border-color: rgb(225,131,6); }

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