#E7BB5D

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

Shades of Ronchi #E7BB5D

Tints of Ronchi #E7BB5D

Color information

#E7BB5D (or 0xE7BB5D) is unknown color: approx Ronchi. HEX triplet: E7, BB and 5D. RGB value is (231,187,93). Sum of RGB (Red+Green+Blue) = 231+187+93=511 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.21% from 511); Green value is 187 (73.44% from 255 or 36.59% from 511); Blue value is 93 (36.72% from 255 or 18.20% from 511); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BB5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7BB5D is #1844A2. Grayscale: #BDBDBD. Windows color (decimal): -1590435 or 6142951. OLE color: 6142951.

HSL color Cylindrical-coordinate representation of color #E7BB5D: hue angle of 40.87º 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 #E7BB5D is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB23118793-
CMYK00.190.600.09
HSL40.87º74.19%63.53%-
HSV(B)40.87º59.74%90.59%-
XYZ52.753.3217.87-
YUV189.4473.58157.64-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.21%
GREEN value IS 187 (73.44% from 255) = 36.59%
BLUE value IS 93 (36.72% from 255) = 18.20%
R=45.21%
G=36.59%
B=18.20%

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
Decimal2311879300.190.600.0940.8774.1963.53
HexE7BB5D0133C9294a40
Octal347273135023741151112100
Binary11100111101110111011101010011111100100110100110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BB5D; }

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

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

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

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

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

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

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

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