#E1BC5B

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

Shades of Ronchi #E1BC5B

Tints of Ronchi #E1BC5B

Color information

#E1BC5B (or 0xE1BC5B) is unknown color: approx Ronchi. HEX triplet: E1, BC and 5B. RGB value is (225,188,91). Sum of RGB (Red+Green+Blue) = 225+188+91=504 (66% of max value = 765). Red value is 225 (88.28% from 255 or 44.64% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 91 (35.94% from 255 or 18.06% from 504); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BC5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BC5B is #1E43A4. Grayscale: #BCBCBC. Windows color (decimal): -1983397 or 6012129. OLE color: 6012129.

HSL color Cylindrical-coordinate representation of color #E1BC5B: hue angle of 43.43º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E1BC5B is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB22518891-
CMYK00.160.600.12
HSL43.43º69.07%61.96%-
HSV(B)43.43º59.56%88.24%-
XYZ50.9252.7317.39-
YUV18873.26154.39-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.64%
GREEN value IS 188 (73.83% from 255) = 37.30%
BLUE value IS 91 (35.94% from 255) = 18.06%
R=44.64%
G=37.30%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.60
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251889100.160.600.1243.4369.0761.96
HexE1BC5B0103CC2b453e
Octal34127413302074145310576
Binary1110000110111100101101101000011110011001010111000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BC5B; }

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

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

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

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

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

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

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

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