#E1B44A

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

Shades of Ronchi #E1B44A

Tints of Ronchi #E1B44A

Color information

#E1B44A (or 0xE1B44A) is unknown color: approx Ronchi. HEX triplet: E1, B4 and 4A. RGB value is (225,180,74). Sum of RGB (Red+Green+Blue) = 225+180+74=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 180 (70.70% from 255 or 37.58% from 479); Blue value is 74 (29.30% from 255 or 15.45% from 479); Max value from RGB is 225 - color contains mainly: red. Hex color #E1B44A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E1B44A is #1E4BB5. Grayscale: #B5B5B5. Windows color (decimal): -1985462 or 4895969. OLE color: 4895969.

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

Color convert

RGB22518074-
CMYK00.20.670.12
HSL42.12º71.56%58.63%-
HSV(B)42.12º67.11%88.24%-
XYZ48.6149.1413.4-
YUV181.3767.41159.12-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 46.97%
GREEN value IS 180 (70.70% from 255) = 37.58%
BLUE value IS 74 (29.30% from 255) = 15.45%
R=46.97%
G=37.58%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.67
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251807400.20.670.1242.1271.5658.63
HexE1B44A01443C2a483b
Octal341264112024103145211073
Binary11100001101101001001010010100100001111001010101001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1B44A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1B44A; }

 p { color: rgb(225,180,74); }

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

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

 a { background-color: rgb(225,180,74); }

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

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

 span { border-color: rgb(225,180,74); }

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