#E5B74F

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

Shades of Ronchi #E5B74F

Tints of Ronchi #E5B74F

Color information

#E5B74F (or 0xE5B74F) is unknown color: approx Ronchi. HEX triplet: E5, B7 and 4F. RGB value is (229,183,79). Sum of RGB (Red+Green+Blue) = 229+183+79=491 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.64% from 491); Green value is 183 (71.88% from 255 or 37.27% from 491); Blue value is 79 (31.25% from 255 or 16.09% from 491); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B74F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5B74F is #1A48B0. Grayscale: #B9B9B9. Windows color (decimal): -1722545 or 5224421. OLE color: 5224421.

HSL color Cylindrical-coordinate representation of color #E5B74F: hue angle of 41.6º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E5B74F is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB22918379-
CMYK00.200.660.10
HSL41.6º74.26%60.39%-
HSV(B)41.6º65.5%89.8%-
XYZ50.6651.0914.59-
YUV184.968.24159.46-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.64%
GREEN value IS 183 (71.88% from 255) = 37.27%
BLUE value IS 79 (31.25% from 255) = 16.09%
R=46.64%
G=37.27%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.66
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291837900.200.660.1041.674.2660.39
HexE5B74F01442A2a4a3c
Octal345267117024102125211274
Binary11100101101101111001111010100100001010101010101001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B74F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B74F; }

 p { color: rgb(229,183,79); }

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

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

 a { background-color: rgb(229,183,79); }

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

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

 span { border-color: rgb(229,183,79); }

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