Html Css Color HEX #E48C06 Tangerine

📋 copy color: '#E48C06'

red 228 ◦ green 140 ◦ blue 6

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

Shades of Tangerine #E48C06

Tints of Tangerine #E48C06

RGB

 RED value IS 228 (89.45% from 255) = 60.96%

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

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

R = 60.96%
G = 37.43%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#E48C06 (or 0xE48C06) is known color: Tangerine. HEX triplet: E4, 8C and 06. RGB value is (228,140,6). Sum of RGB (Red+Green+Blue) = 228+140+6=374 (49% of max value = 765). Red value is 228 (89.45% from 255 or 60.96% from 374); Green value is 140 (55.08% from 255 or 37.43% from 374); Blue value is 6 (2.73% from 255 or 1.60% from 374); Max value from RGB is 228 - color contains mainly: red. Hex color #E48C06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #E48C06 is #1B73F9. Grayscale: #979797. Windows color (decimal): -1799162 or 429284. OLE color: 429284.

HSL color Cylindrical-coordinate representation of color #E48C06: hue angle of 36.22º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E48C06 is Cyan = 0, Magento = 0.39, Yellow = 0.97 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 140 6 -
CMYK 0 0.39 0.97 0.11
HSL 36.22º 0.95% 0.46% -
HSV(B) 36.22º 0.97% 0.89% -
XYZ 41.41 35.26 4.8 -
YUV 151.04 46.15 182.9 -
System Red Green Blue C M Y K H S L
Decimal 228 140 6 0 0.39 0.97 0.11 36.22 0.95 0.46
Hex E4 8C 6 0 27 61 B 24 5F 2E
Octal 344 214 6 0 47 141 13 44 137 56
Binary 11100100 10001100 110 0 100111 1100001 1011 100100 1011111 101110

Color Harmonies of #E48C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E48C06

Black with #E48C06

Text Example


Text Example

White with #E48C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E48C06; }

 p { color: rgb(228,140,6); }

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

background-color css

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

 a { background-color: rgb(228,140,6); }

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

border-color css

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

 span { border-color: rgb(228,140,6); }

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