#E7B85E

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

Shades of Ronchi #E7B85E

Tints of Ronchi #E7B85E

Color information

#E7B85E (or 0xE7B85E) is unknown color: approx Ronchi. HEX triplet: E7, B8 and 5E. RGB value is (231,184,94). Sum of RGB (Red+Green+Blue) = 231+184+94=509 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.38% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 94 (37.11% from 255 or 18.47% from 509); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B85E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B85E is #1847A1. Grayscale: #BCBCBC. Windows color (decimal): -1591202 or 6207719. OLE color: 6207719.

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

Color convert

RGB23118494-
CMYK00.200.590.09
HSL39.42º74.05%63.73%-
HSV(B)39.42º59.31%90.59%-
XYZ52.1252.0817.89-
YUV187.7975.07158.82-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.38%
GREEN value IS 184 (72.27% from 255) = 36.15%
BLUE value IS 94 (37.11% from 255) = 18.47%
R=45.38%
G=36.15%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311849400.200.590.0939.4274.0563.73
HexE7B85E0143B9274a40
Octal347270136024731147112100
Binary11100111101110001011110010100111011100110011110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B85E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B85E; }

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

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

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

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

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

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

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

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