#E1BA4C

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

Shades of Ronchi #E1BA4C

Tints of Ronchi #E1BA4C

Color information

#E1BA4C (or 0xE1BA4C) is unknown color: approx Ronchi. HEX triplet: E1, BA and 4C. RGB value is (225,186,76). Sum of RGB (Red+Green+Blue) = 225+186+76=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 186 (73.05% from 255 or 38.19% from 487); Blue value is 76 (30.08% from 255 or 15.61% from 487); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BA4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1BA4C is #1E45B3. Grayscale: #B9B9B9. Windows color (decimal): -1983924 or 5028577. OLE color: 5028577.

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

Color convert

RGB22518676-
CMYK00.170.660.12
HSL44.3º71.29%59.02%-
HSV(B)44.3º66.22%88.24%-
XYZ49.9151.6514.18-
YUV185.1266.42156.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.20%
GREEN value IS 186 (73.05% from 255) = 38.19%
BLUE value IS 76 (30.08% from 255) = 15.61%
R=46.20%
G=38.19%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251867600.170.660.1244.371.2959.02
HexE1BA4C01142C2c473b
Octal341272114021102145410773
Binary11100001101110101001100010001100001011001011001000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BA4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BA4C; }

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

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

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

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

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

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

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

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