Html Css Color HEX #EA7B0D Mango Tango

📋 copy color: '#EA7B0D'

red 234 ◦ green 123 ◦ blue 13

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

Shades of Mango Tango #EA7B0D

Tints of Mango Tango #EA7B0D

RGB

 RED value IS 234 (91.8% from 255) = 63.24%

 GREEN value IS 123 (48.44% from 255) = 33.24%

 BLUE value IS 13 (5.47% from 255) = 3.51%

R = 63.24%
G = 33.24%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA7B0D (or 0xEA7B0D) is known color: Mango Tango. HEX triplet: EA, 7B and 0D. RGB value is (234,123,13). Sum of RGB (Red+Green+Blue) = 234+123+13=370 (49% of max value = 765). Red value is 234 (91.80% from 255 or 63.24% from 370); Green value is 123 (48.44% from 255 or 33.24% from 370); Blue value is 13 (5.47% from 255 or 3.51% from 370); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7B0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #EA7B0D is #1584F2. Grayscale: #909090. Windows color (decimal): -1410291 or 883690. OLE color: 883690.

HSL color Cylindrical-coordinate representation of color #EA7B0D: hue angle of 29.86º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA7B0D is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 123 13 -
CMYK 0 0.47 0.94 0.08
HSL 29.86º 0.89% 0.48% -
HSV(B) 29.86º 0.94% 0.92% -
XYZ 41.09 31.69 4.33 -
YUV 143.65 54.27 192.44 -
System Red Green Blue C M Y K H S L
Decimal 234 123 13 0 0.47 0.94 0.08 29.86 0.89 0.48
Hex EA 7B D 0 2F 5E 8 1E 59 30
Octal 352 173 15 0 57 136 10 36 131 60
Binary 11101010 1111011 1101 0 101111 1011110 1000 11110 1011001 110000

Color Harmonies of #EA7B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA7B0D

Black with #EA7B0D

Text Example


Text Example

White with #EA7B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA7B0D; }

 p { color: rgb(234,123,13); }

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

background-color css

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

 a { background-color: rgb(234,123,13); }

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

border-color css

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

 span { border-color: rgb(234,123,13); }

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