Html Css Color HEX #E67D0C Mango Tango

📋 copy color: '#E67D0C'

red 230 ◦ green 125 ◦ blue 12

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

Shades of Mango Tango #E67D0C

Tints of Mango Tango #E67D0C

RGB

 RED value IS 230 (90.23% from 255) = 62.67%

 GREEN value IS 125 (49.22% from 255) = 34.06%

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

R = 62.67%
G = 34.06%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E67D0C (or 0xE67D0C) is known color: Mango Tango. HEX triplet: E6, 7D and 0C. RGB value is (230,125,12). Sum of RGB (Red+Green+Blue) = 230+125+12=367 (48% of max value = 765). Red value is 230 (90.23% from 255 or 62.67% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 12 (5.08% from 255 or 3.27% from 367); Max value from RGB is 230 - color contains mainly: red. Hex color #E67D0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #E67D0C is #1982F3. Grayscale: #909090. Windows color (decimal): -1671924 or 818662. OLE color: 818662.

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

Color convert

RGB 230 125 12 -
CMYK 0 0.46 0.95 0.10
HSL 31.1º 0.9% 0.47% -
HSV(B) 31.1º 0.95% 0.9% -
XYZ 40.03 31.52 4.32 -
YUV 143.51 53.79 189.69 -
System Red Green Blue C M Y K H S L
Decimal 230 125 12 0 0.46 0.95 0.10 31.1 0.9 0.47
Hex E6 7D C 0 2E 5F A 1F 5A 2F
Octal 346 175 14 0 56 137 12 37 132 57
Binary 11100110 1111101 1100 0 101110 1011111 1010 11111 1011010 101111

Color Harmonies of #E67D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E67D0C

Black with #E67D0C

Text Example


Text Example

White with #E67D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E67D0C; }

 p { color: rgb(230,125,12); }

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

background-color css

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

 a { background-color: rgb(230,125,12); }

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

border-color css

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

 span { border-color: rgb(230,125,12); }

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