Html Css Color HEX #E1BA5E Equator

📋 copy color: '#E1BA5E'

red 225 ◦ green 186 ◦ blue 94

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

Shades of Equator #E1BA5E

Tints of Equator #E1BA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.61%

R = 44.55%
G = 36.83%
B = 18.61%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E1BA5E (or 0xE1BA5E) is known color: Equator. HEX triplet: E1, BA and 5E. RGB value is (225,186,94). Sum of RGB (Red+Green+Blue) = 225+186+94=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 186 (73.05% from 255 or 36.83% from 505); Blue value is 94 (37.11% from 255 or 18.61% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BA5E is #1E45A1. Grayscale: #BBBBBB. Windows color (decimal): -1983906 or 6208225. OLE color: 6208225.

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

Color convert

RGB 225 186 94 -
CMYK 0 0.17 0.58 0.12
HSL 42.14º 0.69% 0.63% -
HSV(B) 42.14º 0.58% 0.88% -
XYZ 50.63 51.93 17.95 -
YUV 187.17 75.42 154.98 -
System Red Green Blue C M Y K H S L
Decimal 225 186 94 0 0.17 0.58 0.12 42.14 0.69 0.63
Hex E1 BA 5E 0 11 3A C 2A 45 3F
Octal 341 272 136 0 21 72 14 52 105 77
Binary 11100001 10111010 1011110 0 10001 111010 1100 101010 1000101 111111

Color Harmonies of #E1BA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BA5E

Black with #E1BA5E

Text Example


Text Example

White with #E1BA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BA5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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