Html Css Color HEX #E1B166 Equator

📋 copy color: '#E1B166'

red 225 ◦ green 177 ◦ blue 102

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

Shades of Equator #E1B166

Tints of Equator #E1B166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 20.24%

R = 44.64%
G = 35.12%
B = 20.24%

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

#E1B166 (or 0xE1B166) is known color: Equator. HEX triplet: E1, B1 and 66. RGB value is (225,177,102). Sum of RGB (Red+Green+Blue) = 225+177+102=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 177 (69.53% from 255 or 35.12% from 504); Blue value is 102 (40.23% from 255 or 20.24% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1B166 is #1E4E99. Grayscale: #B7B7B7. Windows color (decimal): -1986202 or 6730209. OLE color: 6730209.

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

Color convert

RGB 225 177 102 -
CMYK 0 0.21 0.55 0.12
HSL 36.59º 0.67% 0.64% -
HSV(B) 36.59º 0.55% 0.88% -
XYZ 49.17 48.41 19.32 -
YUV 182.8 82.4 158.1 -
System Red Green Blue C M Y K H S L
Decimal 225 177 102 0 0.21 0.55 0.12 36.59 0.67 0.64
Hex E1 B1 66 0 15 37 C 25 43 40
Octal 341 261 146 0 25 67 14 45 103 100
Binary 11100001 10110001 1100110 0 10101 110111 1100 100101 1000011 1000000

Color Harmonies of #E1B166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B166

Black with #E1B166

Text Example


Text Example

White with #E1B166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B166; }

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

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

background-color css

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

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

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

border-color css

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

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

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