Html Css Color HEX #E1BB5D Equator

📋 copy color: '#E1BB5D'

red 225 ◦ green 187 ◦ blue 93

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

Shades of Equator #E1BB5D

Tints of Equator #E1BB5D

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.03%

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

R = 44.55%
G = 37.03%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.12

RGB Variations

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

Color information

#E1BB5D (or 0xE1BB5D) is known color: Equator. HEX triplet: E1, BB and 5D. RGB value is (225,187,93). Sum of RGB (Red+Green+Blue) = 225+187+93=505 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.55% from 505); Green value is 187 (73.44% from 255 or 37.03% from 505); Blue value is 93 (36.72% from 255 or 18.42% from 505); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BB5D is #1E44A2. Grayscale: #BCBCBC. Windows color (decimal): -1983651 or 6142945. OLE color: 6142945.

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

Color convert

RGB 225 187 93 -
CMYK 0 0.17 0.59 0.12
HSL 42.73º 0.69% 0.62% -
HSV(B) 42.73º 0.59% 0.88% -
XYZ 50.8 52.34 17.78 -
YUV 187.65 74.59 154.64 -
System Red Green Blue C M Y K H S L
Decimal 225 187 93 0 0.17 0.59 0.12 42.73 0.69 0.62
Hex E1 BB 5D 0 11 3B C 2B 45 3E
Octal 341 273 135 0 21 73 14 53 105 76
Binary 11100001 10111011 1011101 0 10001 111011 1100 101011 1000101 111110

Color Harmonies of #E1BB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BB5D

Black with #E1BB5D

Text Example


Text Example

White with #E1BB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BB5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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