#E5B94B

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

Shades of Ronchi #E5B94B

Tints of Ronchi #E5B94B

Color information

#E5B94B (or 0xE5B94B) is unknown color: approx Ronchi. HEX triplet: E5, B9 and 4B. RGB value is (229,185,75). Sum of RGB (Red+Green+Blue) = 229+185+75=489 (64% of max value = 765). Red value is 229 (89.84% from 255 or 46.83% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 75 (29.69% from 255 or 15.34% from 489); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B94B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5B94B is #1A46B4. Grayscale: #BABABA. Windows color (decimal): -1722037 or 4962789. OLE color: 4962789.

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

Color convert

RGB22918575-
CMYK00.190.670.10
HSL42.86º74.76%59.61%-
HSV(B)42.86º67.25%89.8%-
XYZ50.9351.8613.98-
YUV185.6265.58158.94-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 46.83%
GREEN value IS 185 (72.66% from 255) = 37.83%
BLUE value IS 75 (29.69% from 255) = 15.34%
R=46.83%
G=37.83%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291857500.190.670.1042.8674.7659.61
HexE5B94B01343A2b4b3c
Octal345271113023103125311374
Binary11100101101110011001011010011100001110101010111001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B94B; }

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

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

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

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

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

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

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

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