#E7B75D

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

Shades of Ronchi #E7B75D

Tints of Ronchi #E7B75D

Color information

#E7B75D (or 0xE7B75D) is unknown color: approx Ronchi. HEX triplet: E7, B7 and 5D. RGB value is (231,183,93). Sum of RGB (Red+Green+Blue) = 231+183+93=507 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.56% from 507); Green value is 183 (71.88% from 255 or 36.09% from 507); Blue value is 93 (36.72% from 255 or 18.34% from 507); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B75D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B75D is #1848A2. Grayscale: #BBBBBB. Windows color (decimal): -1591459 or 6141927. OLE color: 6141927.

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

Color convert

RGB23118393-
CMYK00.210.600.09
HSL39.13º74.19%63.53%-
HSV(B)39.13º59.74%90.59%-
XYZ51.8651.6517.59-
YUV187.0974.9159.32-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.56%
GREEN value IS 183 (71.88% from 255) = 36.09%
BLUE value IS 93 (36.72% from 255) = 18.34%
R=45.56%
G=36.09%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311839300.210.600.0939.1374.1963.53
HexE7B75D0153C9274a40
Octal347267135025741147112100
Binary11100111101101111011101010101111100100110011110010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B75D; }

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

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

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

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

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

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

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

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