Html Css Color HEX #E2B060 Equator

📋 copy color: '#E2B060'

red 226 ◦ green 176 ◦ blue 96

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

Shades of Equator #E2B060

Tints of Equator #E2B060

RGB

 RED value IS 226 (88.67% from 255) = 45.38%

 GREEN value IS 176 (69.14% from 255) = 35.34%

 BLUE value IS 96 (37.89% from 255) = 19.28%

R = 45.38%
G = 35.34%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#E2B060 (or 0xE2B060) is known color: Equator. HEX triplet: E2, B0 and 60. RGB value is (226,176,96). Sum of RGB (Red+Green+Blue) = 226+176+96=498 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.38% from 498); Green value is 176 (69.14% from 255 or 35.34% from 498); Blue value is 96 (37.89% from 255 or 19.28% from 498); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E2B060 is #1D4F9F. Grayscale: #B6B6B6. Windows color (decimal): -1920928 or 6336738. OLE color: 6336738.

HSL color Cylindrical-coordinate representation of color #E2B060: hue angle of 36.92º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E2B060 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 176 96 -
CMYK 0 0.22 0.58 0.11
HSL 36.92º 0.69% 0.63% -
HSV(B) 36.92º 0.58% 0.89% -
XYZ 49 48.06 17.76 -
YUV 181.83 79.57 159.5 -
System Red Green Blue C M Y K H S L
Decimal 226 176 96 0 0.22 0.58 0.11 36.92 0.69 0.63
Hex E2 B0 60 0 16 3A B 25 45 3F
Octal 342 260 140 0 26 72 13 45 105 77
Binary 11100010 10110000 1100000 0 10110 111010 1011 100101 1000101 111111

Color Harmonies of #E2B060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2B060

Black with #E2B060

Text Example


Text Example

White with #E2B060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2B060; }

 p { color: rgb(226,176,96); }

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

background-color css

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

 a { background-color: rgb(226,176,96); }

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

border-color css

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

 span { border-color: rgb(226,176,96); }

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