Html Css Color HEX #E1B864 Equator

📋 copy color: '#E1B864'

red 225 ◦ green 184 ◦ blue 100

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

Shades of Equator #E1B864

Tints of Equator #E1B864

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.15%

 BLUE value IS 100 (39.45% from 255) = 19.65%

R = 44.2%
G = 36.15%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#E1B864 (or 0xE1B864) is known color: Equator. HEX triplet: E1, B8 and 64. RGB value is (225,184,100). Sum of RGB (Red+Green+Blue) = 225+184+100=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 100 (39.45% from 255 or 19.65% from 509); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B864 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B864 is #1E479B. Grayscale: #BBBBBB. Windows color (decimal): -1984412 or 6600929. OLE color: 6600929.

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

Color convert

RGB 225 184 100 -
CMYK 0 0.18 0.56 0.12
HSL 40.32º 0.68% 0.64% -
HSV(B) 40.32º 0.56% 0.88% -
XYZ 50.49 51.21 19.28 -
YUV 186.68 79.08 155.33 -
System Red Green Blue C M Y K H S L
Decimal 225 184 100 0 0.18 0.56 0.12 40.32 0.68 0.64
Hex E1 B8 64 0 12 38 C 28 44 40
Octal 341 270 144 0 22 70 14 50 104 100
Binary 11100001 10111000 1100100 0 10010 111000 1100 101000 1000100 1000000

Color Harmonies of #E1B864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B864

Black with #E1B864

Text Example


Text Example

White with #E1B864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B864; }

 p { color: rgb(225,184,100); }

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

background-color css

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

 a { background-color: rgb(225,184,100); }

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

border-color css

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

 span { border-color: rgb(225,184,100); }

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