#E7BC5D

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

Shades of Ronchi #E7BC5D

Tints of Ronchi #E7BC5D

Color information

#E7BC5D (or 0xE7BC5D) is unknown color: approx Ronchi. HEX triplet: E7, BC and 5D. RGB value is (231,188,93). Sum of RGB (Red+Green+Blue) = 231+188+93=512 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.12% from 512); Green value is 188 (73.83% from 255 or 36.72% from 512); Blue value is 93 (36.72% from 255 or 18.16% from 512); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BC5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7BC5D is #1843A2. Grayscale: #BEBEBE. Windows color (decimal): -1590179 or 6143207. OLE color: 6143207.

HSL color Cylindrical-coordinate representation of color #E7BC5D: hue angle of 41.3º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E7BC5D is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB23118893-
CMYK00.190.600.09
HSL41.3º74.19%63.53%-
HSV(B)41.3º59.74%90.59%-
XYZ52.9153.7517.94-
YUV190.0373.25157.22-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.12%
GREEN value IS 188 (73.83% from 255) = 36.72%
BLUE value IS 93 (36.72% from 255) = 18.16%
R=45.12%
G=36.72%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311889300.190.600.0941.374.1963.53
HexE7BC5D0133C9294a40
Octal347274135023741151112100
Binary11100111101111001011101010011111100100110100110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BC5D; }

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

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

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

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

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

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

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

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