Html Css Color HEX #E1B85C Equator

📋 copy color: '#E1B85C'

red 225 ◦ green 184 ◦ blue 92

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

Shades of Equator #E1B85C

Tints of Equator #E1B85C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.36%

R = 44.91%
G = 36.73%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E1B85C (or 0xE1B85C) is known color: Equator. HEX triplet: E1, B8 and 5C. RGB value is (225,184,92). Sum of RGB (Red+Green+Blue) = 225+184+92=501 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.91% from 501); Green value is 184 (72.27% from 255 or 36.73% from 501); Blue value is 92 (36.33% from 255 or 18.36% from 501); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B85C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B85C is #1E47A3. Grayscale: #BABABA. Windows color (decimal): -1984420 or 6076641. OLE color: 6076641.

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

Color convert

RGB 225 184 92 -
CMYK 0 0.18 0.59 0.12
HSL 41.5º 0.69% 0.62% -
HSV(B) 41.5º 0.59% 0.88% -
XYZ 50.12 51.06 17.34 -
YUV 185.77 75.08 155.98 -
System Red Green Blue C M Y K H S L
Decimal 225 184 92 0 0.18 0.59 0.12 41.5 0.69 0.62
Hex E1 B8 5C 0 12 3B C 2A 45 3E
Octal 341 270 134 0 22 73 14 52 105 76
Binary 11100001 10111000 1011100 0 10010 111011 1100 101010 1000101 111110

Color Harmonies of #E1B85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1B85C

Black with #E1B85C

Text Example


Text Example

White with #E1B85C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1B85C; }

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

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

background-color css

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

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

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

border-color css

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

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

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