#E7B64D

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

Shades of Ronchi #E7B64D

Tints of Ronchi #E7B64D

Color information

#E7B64D (or 0xE7B64D) is unknown color: approx Ronchi. HEX triplet: E7, B6 and 4D. RGB value is (231,182,77). Sum of RGB (Red+Green+Blue) = 231+182+77=490 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.14% from 490); Green value is 182 (71.48% from 255 or 37.14% from 490); Blue value is 77 (30.47% from 255 or 15.71% from 490); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B64D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7B64D is #1849B2. Grayscale: #B9B9B9. Windows color (decimal): -1591731 or 5093095. OLE color: 5093095.

HSL color Cylindrical-coordinate representation of color #E7B64D: hue angle of 40.91º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E7B64D is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB23118277-
CMYK00.210.670.09
HSL40.91º76.24%60.39%-
HSV(B)40.91º66.67%90.59%-
XYZ51.0250.9814.17-
YUV184.6867.23161.04-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.14%
GREEN value IS 182 (71.48% from 255) = 37.14%
BLUE value IS 77 (30.47% from 255) = 15.71%
R=47.14%
G=37.14%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.67
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311827700.210.670.0940.9176.2460.39
HexE7B64D015439294c3c
Octal347266115025103115111474
Binary11100111101101101001101010101100001110011010011001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B64D; }

 p { color: rgb(231,182,77); }

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

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

 a { background-color: rgb(231,182,77); }

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

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

 span { border-color: rgb(231,182,77); }

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