Html Css Color HEX #E1BA60 Equator

📋 copy color: '#E1BA60'

red 225 ◦ green 186 ◦ blue 96

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

Shades of Equator #E1BA60

Tints of Equator #E1BA60

RGB

 RED value IS 225 (88.28% from 255) = 44.38%

 GREEN value IS 186 (73.05% from 255) = 36.69%

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

R = 44.38%
G = 36.69%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E1BA60 (or 0xE1BA60) is known color: Equator. HEX triplet: E1, BA and 60. RGB value is (225,186,96). Sum of RGB (Red+Green+Blue) = 225+186+96=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 186 (73.05% from 255 or 36.69% from 507); Blue value is 96 (37.89% from 255 or 18.93% from 507); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BA60 is #1E459F. Grayscale: #BBBBBB. Windows color (decimal): -1983904 or 6339297. OLE color: 6339297.

HSL color Cylindrical-coordinate representation of color #E1BA60: hue angle of 41.86º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E1BA60 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 186 96 -
CMYK 0 0.17 0.57 0.12
HSL 41.86º 0.68% 0.63% -
HSV(B) 41.86º 0.57% 0.88% -
XYZ 50.72 51.97 18.42 -
YUV 187.4 76.42 154.82 -
System Red Green Blue C M Y K H S L
Decimal 225 186 96 0 0.17 0.57 0.12 41.86 0.68 0.63
Hex E1 BA 60 0 11 39 C 2A 44 3F
Octal 341 272 140 0 21 71 14 52 104 77
Binary 11100001 10111010 1100000 0 10001 111001 1100 101010 1000100 111111

Color Harmonies of #E1BA60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BA60

Black with #E1BA60

Text Example


Text Example

White with #E1BA60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BA60; }

 p { color: rgb(225,186,96); }

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

background-color css

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

 a { background-color: rgb(225,186,96); }

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

border-color css

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

 span { border-color: rgb(225,186,96); }

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