Html Css Color HEX #E1BA61 Equator

📋 copy color: '#E1BA61'

red 225 ◦ green 186 ◦ blue 97

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

Shades of Equator #E1BA61

Tints of Equator #E1BA61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.09%

R = 44.29%
G = 36.61%
B = 19.09%

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

#E1BA61 (or 0xE1BA61) is known color: Equator. HEX triplet: E1, BA and 61. RGB value is (225,186,97). Sum of RGB (Red+Green+Blue) = 225+186+97=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 97 (38.28% from 255 or 19.09% from 508); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BA61 is #1E459E. Grayscale: #BBBBBB. Windows color (decimal): -1983903 or 6404833. OLE color: 6404833.

HSL color Cylindrical-coordinate representation of color #E1BA61: hue angle of 41.72º 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 #E1BA61 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 186 97 -
CMYK 0 0.17 0.57 0.12
HSL 41.72º 0.68% 0.63% -
HSV(B) 41.72º 0.57% 0.88% -
XYZ 50.77 51.99 18.67 -
YUV 187.52 76.92 154.74 -
System Red Green Blue C M Y K H S L
Decimal 225 186 97 0 0.17 0.57 0.12 41.72 0.68 0.63
Hex E1 BA 61 0 11 39 C 2A 44 3F
Octal 341 272 141 0 21 71 14 52 104 77
Binary 11100001 10111010 1100001 0 10001 111001 1100 101010 1000100 111111

Color Harmonies of #E1BA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BA61

Black with #E1BA61

Text Example


Text Example

White with #E1BA61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BA61; }

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

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

background-color css

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

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

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

border-color css

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

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

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