Html Css Color HEX #E1B861 Equator

📋 copy color: '#E1B861'

red 225 ◦ green 184 ◦ blue 97

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

Shades of Equator #E1B861

Tints of Equator #E1B861

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.36%

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

R = 44.47%
G = 36.36%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E1B861 (or 0xE1B861) is known color: Equator. HEX triplet: E1, B8 and 61. RGB value is (225,184,97). Sum of RGB (Red+Green+Blue) = 225+184+97=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 184 (72.27% from 255 or 36.36% from 506); Blue value is 97 (38.28% from 255 or 19.17% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B861 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B861 is #1E479E. Grayscale: #BABABA. Windows color (decimal): -1984415 or 6404321. OLE color: 6404321.

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

Color convert

RGB 225 184 97 -
CMYK 0 0.18 0.57 0.12
HSL 40.78º 0.68% 0.63% -
HSV(B) 40.78º 0.57% 0.88% -
XYZ 50.35 51.15 18.53 -
YUV 186.34 77.58 155.57 -
System Red Green Blue C M Y K H S L
Decimal 225 184 97 0 0.18 0.57 0.12 40.78 0.68 0.63
Hex E1 B8 61 0 12 39 C 29 44 3F
Octal 341 270 141 0 22 71 14 51 104 77
Binary 11100001 10111000 1100001 0 10010 111001 1100 101001 1000100 111111

Color Harmonies of #E1B861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B861

Black with #E1B861

Text Example


Text Example

White with #E1B861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B861; }

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

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

background-color css

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

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

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

border-color css

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

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

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