#E7B95D

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

Shades of Ronchi #E7B95D

Tints of Ronchi #E7B95D

Color information

#E7B95D (or 0xE7B95D) is unknown color: approx Ronchi. HEX triplet: E7, B9 and 5D. RGB value is (231,185,93). Sum of RGB (Red+Green+Blue) = 231+185+93=509 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.38% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 93 (36.72% from 255 or 18.27% from 509); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B95D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B95D is #1846A2. Grayscale: #BCBCBC. Windows color (decimal): -1590947 or 6142439. OLE color: 6142439.

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

Color convert

RGB23118593-
CMYK00.200.600.09
HSL40º74.19%63.53%-
HSV(B)40º59.74%90.59%-
XYZ52.2852.4817.73-
YUV188.2774.24158.48-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.38%
GREEN value IS 185 (72.66% from 255) = 36.35%
BLUE value IS 93 (36.72% from 255) = 18.27%
R=45.38%
G=36.35%
B=18.27%

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
Decimal2311859300.200.600.094074.1963.53
HexE7B95D0143C9284a40
Octal347271135024741150112100
Binary11100111101110011011101010100111100100110100010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B95D; }

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

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

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

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

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

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

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

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