Html Css Color HEX #E1B366 Equator

📋 copy color: '#E1B366'

red 225 ◦ green 179 ◦ blue 102

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

Shades of Equator #E1B366

Tints of Equator #E1B366

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.38%

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

R = 44.47%
G = 35.38%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E1B366 (or 0xE1B366) is known color: Equator. HEX triplet: E1, B3 and 66. RGB value is (225,179,102). Sum of RGB (Red+Green+Blue) = 225+179+102=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 179 (70.31% from 255 or 35.38% from 506); Blue value is 102 (40.23% from 255 or 20.16% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B366 is #1E4C99. Grayscale: #B8B8B8. Windows color (decimal): -1985690 or 6730721. OLE color: 6730721.

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

Color convert

RGB 225 179 102 -
CMYK 0 0.20 0.55 0.12
HSL 37.56º 0.67% 0.64% -
HSV(B) 37.56º 0.55% 0.88% -
XYZ 49.57 49.21 19.46 -
YUV 183.98 81.74 157.26 -
System Red Green Blue C M Y K H S L
Decimal 225 179 102 0 0.20 0.55 0.12 37.56 0.67 0.64
Hex E1 B3 66 0 14 37 C 26 43 40
Octal 341 263 146 0 24 67 14 46 103 100
Binary 11100001 10110011 1100110 0 10100 110111 1100 100110 1000011 1000000

Color Harmonies of #E1B366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B366

Black with #E1B366

Text Example


Text Example

White with #E1B366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B366; }

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

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

background-color css

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

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

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

border-color css

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

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

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