Html Css Color HEX #E1B561 Equator

📋 copy color: '#E1B561'

red 225 ◦ green 181 ◦ blue 97

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

Shades of Equator #E1B561

Tints of Equator #E1B561

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.98%

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

R = 44.73%
G = 35.98%
B = 19.28%

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

#E1B561 (or 0xE1B561) is known color: Equator. HEX triplet: E1, B5 and 61. RGB value is (225,181,97). Sum of RGB (Red+Green+Blue) = 225+181+97=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 181 (71.09% from 255 or 35.98% from 503); Blue value is 97 (38.28% from 255 or 19.28% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B561 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B561 is #1E4A9E. Grayscale: #B8B8B8. Windows color (decimal): -1985183 or 6403553. OLE color: 6403553.

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

Color convert

RGB 225 181 97 -
CMYK 0 0.20 0.57 0.12
HSL 39.38º 0.68% 0.63% -
HSV(B) 39.38º 0.57% 0.88% -
XYZ 49.73 49.92 18.32 -
YUV 184.58 78.58 156.83 -
System Red Green Blue C M Y K H S L
Decimal 225 181 97 0 0.20 0.57 0.12 39.38 0.68 0.63
Hex E1 B5 61 0 14 39 C 27 44 3F
Octal 341 265 141 0 24 71 14 47 104 77
Binary 11100001 10110101 1100001 0 10100 111001 1100 100111 1000100 111111

Color Harmonies of #E1B561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B561

Black with #E1B561

Text Example


Text Example

White with #E1B561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B561; }

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

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

background-color css

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

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

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

border-color css

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

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

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