#e7b956

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

Shades of Ronchi #E7B956

Tints of Ronchi #E7B956

Color information

#E7B956 (or 0xE7B956) is unknown color: approx Ronchi. HEX triplet: E7, B9 and 56. RGB value is (231,185,86). Sum of RGB (Red+Green+Blue) = 231+185+86=502 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.02% from 502); Green value is 185 (72.66% from 255 or 36.85% from 502); Blue value is 86 (33.98% from 255 or 17.13% from 502); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B956 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B956 is #1846A9. Grayscale: #BBBBBB. Windows color (decimal): -1590954 or 5683687. OLE color: 5683687.

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

Color convert

RGB23118586-
CMYK00.200.630.09
HSL40.97º75.13%62.16%-
HSV(B)40.97º62.77%90.59%-
XYZ51.9852.3616.17-
YUV187.4770.74159.05-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 46.02%
GREEN value IS 185 (72.66% from 255) = 36.85%
BLUE value IS 86 (33.98% from 255) = 17.13%
R=46.02%
G=36.85%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.63
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311858600.200.630.0940.9775.1362.16
HexE7B9560143F9294b3e
Octal34727112602477115111376
Binary1110011110111001101011001010011111110011010011001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e7b956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e7b956; }

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

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

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

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

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

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

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

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