#E1B948

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

Shades of Ronchi #E1B948

Tints of Ronchi #E1B948

Color information

#E1B948 (or 0xE1B948) is unknown color: approx Ronchi. HEX triplet: E1, B9 and 48. RGB value is (225,185,72). Sum of RGB (Red+Green+Blue) = 225+185+72=482 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.68% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 72 (28.52% from 255 or 14.94% from 482); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B948 is #1E46B7. Grayscale: #B8B8B8. Windows color (decimal): -1984184 or 4766177. OLE color: 4766177.

HSL color Cylindrical-coordinate representation of color #E1B948: hue angle of 44.31º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E1B948 is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.12.

Color convert

RGB22518572-
CMYK00.180.680.12
HSL44.31º71.83%58.24%-
HSV(B)44.31º68%88.24%-
XYZ49.5751.1713.4-
YUV184.0864.75157.19-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.68%
GREEN value IS 185 (72.66% from 255) = 38.38%
BLUE value IS 72 (28.52% from 255) = 14.94%
R=46.68%
G=38.38%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.68
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251857200.180.680.1244.3171.8358.24
HexE1B94801244C2c483a
Octal341271110022104145411072
Binary11100001101110011001000010010100010011001011001001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B948; }

 p { color: rgb(225,185,72); }

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

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

 a { background-color: rgb(225,185,72); }

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

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

 span { border-color: rgb(225,185,72); }

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