Html Css Color HEX #E1B361 Equator

📋 copy color: '#E1B361'

red 225 ◦ green 179 ◦ blue 97

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

Shades of Equator #E1B361

Tints of Equator #E1B361

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.73%

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

R = 44.91%
G = 35.73%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E1B361 (or 0xE1B361) is known color: Equator. HEX triplet: E1, B3 and 61. RGB value is (225,179,97). Sum of RGB (Red+Green+Blue) = 225+179+97=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 97 (38.28% from 255 or 19.36% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B361 is #1E4C9E. Grayscale: #B7B7B7. Windows color (decimal): -1985695 or 6403041. OLE color: 6403041.

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

Color convert

RGB 225 179 97 -
CMYK 0 0.20 0.57 0.12
HSL 38.44º 0.68% 0.63% -
HSV(B) 38.44º 0.57% 0.88% -
XYZ 49.33 49.11 18.19 -
YUV 183.41 79.24 157.67 -
System Red Green Blue C M Y K H S L
Decimal 225 179 97 0 0.20 0.57 0.12 38.44 0.68 0.63
Hex E1 B3 61 0 14 39 C 26 44 3F
Octal 341 263 141 0 24 71 14 46 104 77
Binary 11100001 10110011 1100001 0 10100 111001 1100 100110 1000100 111111

Color Harmonies of #E1B361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B361

Black with #E1B361

Text Example


Text Example

White with #E1B361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B361; }

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

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

background-color css

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

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

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

border-color css

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

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

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