#E7B85D

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

Shades of Ronchi #E7B85D

Tints of Ronchi #E7B85D

Color information

#E7B85D (or 0xE7B85D) is unknown color: approx Ronchi. HEX triplet: E7, B8 and 5D. RGB value is (231,184,93). Sum of RGB (Red+Green+Blue) = 231+184+93=508 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.47% from 508); Green value is 184 (72.27% from 255 or 36.22% from 508); Blue value is 93 (36.72% from 255 or 18.31% from 508); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B85D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B85D is #1847A2. Grayscale: #BCBCBC. Windows color (decimal): -1591203 or 6142183. OLE color: 6142183.

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

Color convert

RGB23118493-
CMYK00.200.600.09
HSL39.57º74.19%63.53%-
HSV(B)39.57º59.74%90.59%-
XYZ52.0752.0617.66-
YUV187.6874.57158.9-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.47%
GREEN value IS 184 (72.27% from 255) = 36.22%
BLUE value IS 93 (36.72% from 255) = 18.31%
R=45.47%
G=36.22%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311849300.200.600.0939.5774.1963.53
HexE7B85D0143C9284a40
Octal347270135024741150112100
Binary11100111101110001011101010100111100100110100010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B85D; }

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

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

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

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

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

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

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

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