Html Css Color HEX #E1BE5D Equator

📋 copy color: '#E1BE5D'

red 225 ◦ green 190 ◦ blue 93

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

Shades of Equator #E1BE5D

Tints of Equator #E1BE5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.31%

R = 44.29%
G = 37.4%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E1BE5D (or 0xE1BE5D) is known color: Equator. HEX triplet: E1, BE and 5D. RGB value is (225,190,93). Sum of RGB (Red+Green+Blue) = 225+190+93=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 190 (74.61% from 255 or 37.40% from 508); Blue value is 93 (36.72% from 255 or 18.31% from 508); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BE5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BE5D is #1E41A2. Grayscale: #BDBDBD. Windows color (decimal): -1982883 or 6143713. OLE color: 6143713.

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

Color convert

RGB 225 190 93 -
CMYK 0 0.16 0.59 0.12
HSL 44.09º 0.69% 0.62% -
HSV(B) 44.09º 0.59% 0.88% -
XYZ 51.44 53.62 18 -
YUV 189.41 73.6 153.39 -
System Red Green Blue C M Y K H S L
Decimal 225 190 93 0 0.16 0.59 0.12 44.09 0.69 0.62
Hex E1 BE 5D 0 10 3B C 2C 45 3E
Octal 341 276 135 0 20 73 14 54 105 76
Binary 11100001 10111110 1011101 0 10000 111011 1100 101100 1000101 111110

Color Harmonies of #E1BE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BE5D

Black with #E1BE5D

Text Example


Text Example

White with #E1BE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BE5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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