#E1BC4D

Color #E1BC4D Ronchi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ronchi #E1BC4D

Tints of Ronchi #E1BC4D

Color information

#E1BC4D (or 0xE1BC4D) is unknown color: approx Ronchi. HEX triplet: E1, BC and 4D. RGB value is (225,188,77). Sum of RGB (Red+Green+Blue) = 225+188+77=490 (64% of max value = 765). Red value is 225 (88.28% from 255 or 45.92% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 77 (30.47% from 255 or 15.71% from 490); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BC4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BC4D is #1E43B2. Grayscale: #BABABA. Windows color (decimal): -1983411 or 5094625. OLE color: 5094625.

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

Color convert

RGB22518877-
CMYK00.160.660.12
HSL45º71.15%59.22%-
HSV(B)45º65.78%88.24%-
XYZ50.3752.5114.5-
YUV186.4166.26155.53-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 45.92%
GREEN value IS 188 (73.83% from 255) = 38.37%
BLUE value IS 77 (30.47% from 255) = 15.71%
R=45.92%
G=38.37%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251887700.160.660.124571.1559.22
HexE1BC4D01042C2d473b
Octal341274115020102145510773
Binary11100001101111001001101010000100001011001011011000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BC4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BC4D; }

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

 H1.HeaderClassName
 {
   color: #E1BC4D;
 }
 .AnyTagClassName
 {
   color: #E1BC4D;
 }
</style>
background-color css

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

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

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

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

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

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