Html Css Color HEX #E46A0C Mango Tango

📋 copy color: '#E46A0C'

red 228 ◦ green 106 ◦ blue 12

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

Shades of Mango Tango #E46A0C

Tints of Mango Tango #E46A0C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.64%

 BLUE value IS 12 (5.08% from 255) = 3.47%

R = 65.9%
G = 30.64%
B = 3.47%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E46A0C (or 0xE46A0C) is known color: Mango Tango. HEX triplet: E4, 6A and 0C. RGB value is (228,106,12). Sum of RGB (Red+Green+Blue) = 228+106+12=346 (45% of max value = 765). Red value is 228 (89.45% from 255 or 65.90% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 12 (5.08% from 255 or 3.47% from 346); Max value from RGB is 228 - color contains mainly: red. Hex color #E46A0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #E46A0C is #1B95F3. Grayscale: #848484. Windows color (decimal): -1807860 or 813796. OLE color: 813796.

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

Color convert

RGB 228 106 12 -
CMYK 0 0.54 0.95 0.11
HSL 26.11º 0.9% 0.47% -
HSV(B) 26.11º 0.95% 0.89% -
XYZ 37.22 26.83 3.56 -
YUV 131.76 60.42 196.64 -
System Red Green Blue C M Y K H S L
Decimal 228 106 12 0 0.54 0.95 0.11 26.11 0.9 0.47
Hex E4 6A C 0 36 5F B 1A 5A 2F
Octal 344 152 14 0 66 137 13 32 132 57
Binary 11100100 1101010 1100 0 110110 1011111 1011 11010 1011010 101111

Color Harmonies of #E46A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E46A0C

Black with #E46A0C

Text Example


Text Example

White with #E46A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E46A0C; }

 p { color: rgb(228,106,12); }

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

background-color css

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

 a { background-color: rgb(228,106,12); }

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

border-color css

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

 span { border-color: rgb(228,106,12); }

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