#E5B84F

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

Shades of Ronchi #E5B84F

Tints of Ronchi #E5B84F

Color information

#E5B84F (or 0xE5B84F) is unknown color: approx Ronchi. HEX triplet: E5, B8 and 4F. RGB value is (229,184,79). Sum of RGB (Red+Green+Blue) = 229+184+79=492 (65% of max value = 765). Red value is 229 (89.84% from 255 or 46.54% from 492); Green value is 184 (72.27% from 255 or 37.40% from 492); Blue value is 79 (31.25% from 255 or 16.06% from 492); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B84F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5B84F is #1A47B0. Grayscale: #B9B9B9. Windows color (decimal): -1722289 or 5224677. OLE color: 5224677.

HSL color Cylindrical-coordinate representation of color #E5B84F: hue angle of 42º 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 #E5B84F is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.10.

Color convert

RGB22918479-
CMYK00.200.660.10
HSL42º74.26%60.39%-
HSV(B)42º65.5%89.8%-
XYZ50.8651.514.66-
YUV185.4867.91159.04-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.54%
GREEN value IS 184 (72.27% from 255) = 37.40%
BLUE value IS 79 (31.25% from 255) = 16.06%
R=46.54%
G=37.40%
B=16.06%

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
Decimal2291847900.200.660.104274.2660.39
HexE5B84F01442A2a4a3c
Octal345270117024102125211274
Binary11100101101110001001111010100100001010101010101001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B84F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B84F; }

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

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

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

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

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

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

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

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