#e5b944

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

Shades of Ronchi #E5B944

Tints of Ronchi #E5B944

Color information

#E5B944 (or 0xE5B944) is unknown color: approx Ronchi. HEX triplet: E5, B9 and 44. RGB value is (229,185,68). Sum of RGB (Red+Green+Blue) = 229+185+68=482 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.51% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 68 (26.95% from 255 or 14.11% from 482); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B944 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5B944 is #1A46BB. Grayscale: #B9B9B9. Windows color (decimal): -1722044 or 4504037. OLE color: 4504037.

HSL color Cylindrical-coordinate representation of color #E5B944: hue angle of 43.6º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E5B944 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB22918568-
CMYK00.190.700.10
HSL43.6º75.59%58.24%-
HSV(B)43.6º70.31%89.8%-
XYZ50.7151.7712.79-
YUV184.8262.08159.51-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.51%
GREEN value IS 185 (72.66% from 255) = 38.38%
BLUE value IS 68 (26.95% from 255) = 14.11%
R=47.51%
G=38.38%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.70
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291856800.190.700.1043.675.5958.24
HexE5B94401346A2c4c3a
Octal345271104023106125411472
Binary11100101101110011000100010011100011010101011001001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5b944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5b944; }

 p { color: rgb(229,185,68); }

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

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

 a { background-color: rgb(229,185,68); }

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

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

 span { border-color: rgb(229,185,68); }

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