Html Css Color HEX #E1B165 Equator

📋 copy color: '#E1B165'

red 225 ◦ green 177 ◦ blue 101

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

Shades of Equator #E1B165

Tints of Equator #E1B165

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.19%

 BLUE value IS 101 (39.84% from 255) = 20.08%

R = 44.73%
G = 35.19%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E1B165 (or 0xE1B165) is known color: Equator. HEX triplet: E1, B1 and 65. RGB value is (225,177,101). Sum of RGB (Red+Green+Blue) = 225+177+101=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 177 (69.53% from 255 or 35.19% from 503); Blue value is 101 (39.84% from 255 or 20.08% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1B165 is #1E4E9A. Grayscale: #B7B7B7. Windows color (decimal): -1986203 or 6664673. OLE color: 6664673.

HSL color Cylindrical-coordinate representation of color #E1B165: hue angle of 36.77º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #E1B165 is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 177 101 -
CMYK 0 0.21 0.55 0.12
HSL 36.77º 0.67% 0.64% -
HSV(B) 36.77º 0.55% 0.88% -
XYZ 49.12 48.39 19.06 -
YUV 182.69 81.9 158.18 -
System Red Green Blue C M Y K H S L
Decimal 225 177 101 0 0.21 0.55 0.12 36.77 0.67 0.64
Hex E1 B1 65 0 15 37 C 25 43 40
Octal 341 261 145 0 25 67 14 45 103 100
Binary 11100001 10110001 1100101 0 10101 110111 1100 100101 1000011 1000000

Color Harmonies of #E1B165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B165

Black with #E1B165

Text Example


Text Example

White with #E1B165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B165; }

 p { color: rgb(225,177,101); }

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

background-color css

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

 a { background-color: rgb(225,177,101); }

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

border-color css

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

 span { border-color: rgb(225,177,101); }

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