Html Css Color HEX #E1B261 Equator

📋 copy color: '#E1B261'

red 225 ◦ green 178 ◦ blue 97

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

Shades of Equator #E1B261

Tints of Equator #E1B261

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.6%

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

R = 45%
G = 35.6%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.12

RGB Variations

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

Color information

#E1B261 (or 0xE1B261) is known color: Equator. HEX triplet: E1, B2 and 61. RGB value is (225,178,97). Sum of RGB (Red+Green+Blue) = 225+178+97=500 (66% of max value = 765). Red value is 225 (88.28% from 255 or 45% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 97 (38.28% from 255 or 19.4% from 500); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1B261 is #1E4D9E. Grayscale: #B7B7B7. Windows color (decimal): -1985951 or 6402785. OLE color: 6402785.

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

Color convert

RGB 225 178 97 -
CMYK 0 0.21 0.57 0.12
HSL 37.97º 0.68% 0.63% -
HSV(B) 37.97º 0.57% 0.88% -
XYZ 49.13 48.71 18.12 -
YUV 182.82 79.57 158.09 -
System Red Green Blue C M Y K H S L
Decimal 225 178 97 0 0.21 0.57 0.12 37.97 0.68 0.63
Hex E1 B2 61 0 15 39 C 26 44 3F
Octal 341 262 141 0 25 71 14 46 104 77
Binary 11100001 10110010 1100001 0 10101 111001 1100 100110 1000100 111111

Color Harmonies of #E1B261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B261

Black with #E1B261

Text Example


Text Example

White with #E1B261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B261; }

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

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

background-color css

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

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

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

border-color css

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

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

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