Html Css Color HEX #E1B85E Equator

📋 copy color: '#E1B85E'

red 225 ◦ green 184 ◦ blue 94

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

Shades of Equator #E1B85E

Tints of Equator #E1B85E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.69%

R = 44.73%
G = 36.58%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E1B85E (or 0xE1B85E) is known color: Equator. HEX triplet: E1, B8 and 5E. RGB value is (225,184,94). Sum of RGB (Red+Green+Blue) = 225+184+94=503 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.73% from 503); Green value is 184 (72.27% from 255 or 36.58% from 503); Blue value is 94 (37.11% from 255 or 18.69% from 503); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B85E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B85E is #1E47A1. Grayscale: #BABABA. Windows color (decimal): -1984418 or 6207713. OLE color: 6207713.

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

Color convert

RGB 225 184 94 -
CMYK 0 0.18 0.58 0.12
HSL 41.22º 0.69% 0.63% -
HSV(B) 41.22º 0.58% 0.88% -
XYZ 50.21 51.1 17.81 -
YUV 186 76.08 155.82 -
System Red Green Blue C M Y K H S L
Decimal 225 184 94 0 0.18 0.58 0.12 41.22 0.69 0.63
Hex E1 B8 5E 0 12 3A C 29 45 3F
Octal 341 270 136 0 22 72 14 51 105 77
Binary 11100001 10111000 1011110 0 10010 111010 1100 101001 1000101 111111

Color Harmonies of #E1B85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B85E

Black with #E1B85E

Text Example


Text Example

White with #E1B85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B85E; }

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

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

background-color css

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

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

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

border-color css

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

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

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