#E1BA4E

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

Shades of Ronchi #E1BA4E

Tints of Ronchi #E1BA4E

Color information

#E1BA4E (or 0xE1BA4E) is unknown color: approx Ronchi. HEX triplet: E1, BA and 4E. RGB value is (225,186,78). Sum of RGB (Red+Green+Blue) = 225+186+78=489 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.01% from 489); Green value is 186 (73.05% from 255 or 38.04% from 489); Blue value is 78 (30.86% from 255 or 15.95% from 489); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BA4E is #1E45B1. Grayscale: #B9B9B9. Windows color (decimal): -1983922 or 5159649. OLE color: 5159649.

HSL color Cylindrical-coordinate representation of color #E1BA4E: hue angle of 44.08º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E1BA4E is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB22518678-
CMYK00.170.650.12
HSL44.08º71.01%59.41%-
HSV(B)44.08º65.33%88.24%-
XYZ49.9951.6814.55-
YUV185.3567.42156.28-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.01%
GREEN value IS 186 (73.05% from 255) = 38.04%
BLUE value IS 78 (30.86% from 255) = 15.95%
R=46.01%
G=38.04%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251867800.170.650.1244.0871.0159.41
HexE1BA4E01141C2c473b
Octal341272116021101145410773
Binary11100001101110101001110010001100000111001011001000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BA4E; }

 p { color: rgb(225,186,78); }

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

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

 a { background-color: rgb(225,186,78); }

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

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

 span { border-color: rgb(225,186,78); }

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