#E1B74D

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

Shades of Ronchi #E1B74D

Tints of Ronchi #E1B74D

Color information

#E1B74D (or 0xE1B74D) is unknown color: approx Ronchi. HEX triplet: E1, B7 and 4D. RGB value is (225,183,77). Sum of RGB (Red+Green+Blue) = 225+183+77=485 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.39% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 77 (30.47% from 255 or 15.88% from 485); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B74D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1B74D is #1E48B2. Grayscale: #B7B7B7. Windows color (decimal): -1984691 or 5093345. OLE color: 5093345.

HSL color Cylindrical-coordinate representation of color #E1B74D: hue angle of 42.97º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E1B74D is Cyan = 0, Magento = 0.19, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB22518377-
CMYK00.190.660.12
HSL42.97º71.15%59.22%-
HSV(B)42.97º65.78%88.24%-
XYZ49.3250.4114.15-
YUV183.4767.91157.62-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.39%
GREEN value IS 183 (71.88% from 255) = 37.73%
BLUE value IS 77 (30.47% from 255) = 15.88%
R=46.39%
G=37.73%
B=15.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251837700.190.660.1242.9771.1559.22
HexE1B74D01342C2b473b
Octal341267115023102145310773
Binary11100001101101111001101010011100001011001010111000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B74D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B74D; }

 p { color: rgb(225,183,77); }

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

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

 a { background-color: rgb(225,183,77); }

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

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

 span { border-color: rgb(225,183,77); }

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