Html Css Color HEX #E1B466 Equator

📋 copy color: '#E1B466'

red 225 ◦ green 180 ◦ blue 102

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

Shades of Equator #E1B466

Tints of Equator #E1B466

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.5%

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

R = 44.38%
G = 35.5%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#E1B466 (or 0xE1B466) is known color: Equator. HEX triplet: E1, B4 and 66. RGB value is (225,180,102). Sum of RGB (Red+Green+Blue) = 225+180+102=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 102 (40.23% from 255 or 20.12% from 507); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B466 is #1E4B99. Grayscale: #B8B8B8. Windows color (decimal): -1985434 or 6730977. OLE color: 6730977.

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

Color convert

RGB 225 180 102 -
CMYK 0 0.2 0.55 0.12
HSL 38.05º 0.67% 0.64% -
HSV(B) 38.05º 0.55% 0.88% -
XYZ 49.77 49.61 19.52 -
YUV 184.56 81.41 156.84 -
System Red Green Blue C M Y K H S L
Decimal 225 180 102 0 0.2 0.55 0.12 38.05 0.67 0.64
Hex E1 B4 66 0 14 37 C 26 43 40
Octal 341 264 146 0 24 67 14 46 103 100
Binary 11100001 10110100 1100110 0 10100 110111 1100 100110 1000011 1000000

Color Harmonies of #E1B466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B466

Black with #E1B466

Text Example


Text Example

White with #E1B466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B466; }

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

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

background-color css

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

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

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

border-color css

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

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

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