Html Css Color HEX #E1BC5D Equator

📋 copy color: '#E1BC5D'

red 225 ◦ green 188 ◦ blue 93

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

Shades of Equator #E1BC5D

Tints of Equator #E1BC5D

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.15%

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

R = 44.47%
G = 37.15%
B = 18.38%

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

#E1BC5D (or 0xE1BC5D) is known color: Equator. HEX triplet: E1, BC and 5D. RGB value is (225,188,93). Sum of RGB (Red+Green+Blue) = 225+188+93=506 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.47% from 506); Green value is 188 (73.83% from 255 or 37.15% from 506); Blue value is 93 (36.72% from 255 or 18.38% from 506); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BC5D is #1E43A2. Grayscale: #BCBCBC. Windows color (decimal): -1983395 or 6143201. OLE color: 6143201.

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

Color convert

RGB 225 188 93 -
CMYK 0 0.16 0.59 0.12
HSL 43.18º 0.69% 0.62% -
HSV(B) 43.18º 0.59% 0.88% -
XYZ 51.01 52.76 17.85 -
YUV 188.23 74.26 154.22 -
System Red Green Blue C M Y K H S L
Decimal 225 188 93 0 0.16 0.59 0.12 43.18 0.69 0.62
Hex E1 BC 5D 0 10 3B C 2B 45 3E
Octal 341 274 135 0 20 73 14 53 105 76
Binary 11100001 10111100 1011101 0 10000 111011 1100 101011 1000101 111110

Color Harmonies of #E1BC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BC5D

Black with #E1BC5D

Text Example


Text Example

White with #E1BC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BC5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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