#E1BE5C

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

Shades of Ronchi #E1BE5C

Tints of Ronchi #E1BE5C

Color information

#E1BE5C (or 0xE1BE5C) is unknown color: approx Ronchi. HEX triplet: E1, BE and 5C. RGB value is (225,190,92). Sum of RGB (Red+Green+Blue) = 225+190+92=507 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.38% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 92 (36.33% from 255 or 18.15% from 507); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BE5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BE5C is #1E41A3. Grayscale: #BDBDBD. Windows color (decimal): -1982884 or 6078177. OLE color: 6078177.

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

Color convert

RGB22519092-
CMYK00.160.590.12
HSL44.21º68.91%62.16%-
HSV(B)44.21º59.11%88.24%-
XYZ51.453.6117.76-
YUV189.2973.1153.47-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.38%
GREEN value IS 190 (74.61% from 255) = 37.48%
BLUE value IS 92 (36.33% from 255) = 18.15%
R=44.38%
G=37.48%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251909200.160.590.1244.2168.9162.16
HexE1BE5C0103BC2c453e
Octal34127613402073145410576
Binary1110000110111110101110001000011101111001011001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BE5C; }

 p { color: rgb(225,190,92); }

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

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

 a { background-color: rgb(225,190,92); }

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

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

 span { border-color: rgb(225,190,92); }

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