Html Css Color HEX #E1BE5E Equator

📋 copy color: '#E1BE5E'

red 225 ◦ green 190 ◦ blue 94

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

Shades of Equator #E1BE5E

Tints of Equator #E1BE5E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.33%

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

R = 44.2%
G = 37.33%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#E1BE5E (or 0xE1BE5E) is known color: Equator. HEX triplet: E1, BE and 5E. RGB value is (225,190,94). Sum of RGB (Red+Green+Blue) = 225+190+94=509 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.20% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 94 (37.11% from 255 or 18.47% from 509); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BE5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BE5E is #1E41A1. Grayscale: #BDBDBD. Windows color (decimal): -1982882 or 6209249. OLE color: 6209249.

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

Color convert

RGB 225 190 94 -
CMYK 0 0.16 0.58 0.12
HSL 43.97º 0.69% 0.63% -
HSV(B) 43.97º 0.58% 0.88% -
XYZ 51.49 53.64 18.23 -
YUV 189.52 74.1 153.31 -
System Red Green Blue C M Y K H S L
Decimal 225 190 94 0 0.16 0.58 0.12 43.97 0.69 0.63
Hex E1 BE 5E 0 10 3A C 2C 45 3F
Octal 341 276 136 0 20 72 14 54 105 77
Binary 11100001 10111110 1011110 0 10000 111010 1100 101100 1000101 111111

Color Harmonies of #E1BE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BE5E

Black with #E1BE5E

Text Example


Text Example

White with #E1BE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BE5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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