#E5BA45

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

Shades of Ronchi #E5BA45

Tints of Ronchi #E5BA45

Color information

#E5BA45 (or 0xE5BA45) is unknown color: approx Ronchi. HEX triplet: E5, BA and 45. RGB value is (229,186,69). Sum of RGB (Red+Green+Blue) = 229+186+69=484 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.31% from 484); Green value is 186 (73.05% from 255 or 38.43% from 484); Blue value is 69 (27.34% from 255 or 14.26% from 484); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5BA45 is #1A45BA. Grayscale: #BABABA. Windows color (decimal): -1721787 or 4569829. OLE color: 4569829.

HSL color Cylindrical-coordinate representation of color #E5BA45: hue angle of 43.88º degrees, saturation: 0.75, 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 #E5BA45 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.10.

Color convert

RGB22918669-
CMYK00.190.700.10
HSL43.88º75.47%58.43%-
HSV(B)43.88º69.87%89.8%-
XYZ50.9552.2113.02-
YUV185.5262.25159.01-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.31%
GREEN value IS 186 (73.05% from 255) = 38.43%
BLUE value IS 69 (27.34% from 255) = 14.26%
R=47.31%
G=38.43%
B=14.26%

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
Decimal2291866900.190.700.1043.8875.4758.43
HexE5BA4501346A2c4b3a
Octal345272105023106125411372
Binary11100101101110101000101010011100011010101011001001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BA45; }

 p { color: rgb(229,186,69); }

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

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

 a { background-color: rgb(229,186,69); }

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

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

 span { border-color: rgb(229,186,69); }

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