#E1BF5C

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

Shades of Ronchi #E1BF5C

Tints of Ronchi #E1BF5C

Color information

#E1BF5C (or 0xE1BF5C) is unknown color: approx Ronchi. HEX triplet: E1, BF and 5C. RGB value is (225,191,92). Sum of RGB (Red+Green+Blue) = 225+191+92=508 (67% of max value = 765). Red value is 225 (88.28% from 255 or 44.29% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 92 (36.33% from 255 or 18.11% from 508); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BF5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E1BF5C is #1E40A3. Grayscale: #BEBEBE. Windows color (decimal): -1982628 or 6078433. OLE color: 6078433.

HSL color Cylindrical-coordinate representation of color #E1BF5C: hue angle of 44.66º 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 #E1BF5C is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.12.

Color convert

RGB22519192-
CMYK00.150.590.12
HSL44.66º68.91%62.16%-
HSV(B)44.66º59.11%88.24%-
XYZ51.6154.0417.84-
YUV189.8872.76153.05-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 44.29%
GREEN value IS 191 (75% from 255) = 37.60%
BLUE value IS 92 (36.33% from 255) = 18.11%
R=44.29%
G=37.60%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.59
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2251919200.150.590.1244.6668.9162.16
HexE1BF5C0F3BC2d453e
Octal34127713401773145510576
Binary111000011011111110111000111111101111001011011000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BF5C; }

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

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

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

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

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

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

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

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