#E7BE5C

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

Shades of Ronchi #E7BE5C

Tints of Ronchi #E7BE5C

Color information

#E7BE5C (or 0xE7BE5C) is unknown color: approx Ronchi. HEX triplet: E7, BE and 5C. RGB value is (231,190,92). Sum of RGB (Red+Green+Blue) = 231+190+92=513 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.03% from 513); Green value is 190 (74.61% from 255 or 37.04% from 513); Blue value is 92 (36.33% from 255 or 17.93% from 513); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BE5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7BE5C is #1841A3. Grayscale: #BFBFBF. Windows color (decimal): -1589668 or 6078183. OLE color: 6078183.

HSL color Cylindrical-coordinate representation of color #E7BE5C: hue angle of 42.3º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E7BE5C is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB23119092-
CMYK00.180.600.09
HSL42.3º74.33%63.33%-
HSV(B)42.3º60.17%90.59%-
XYZ53.354.5917.85-
YUV191.0972.08156.47-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.03%
GREEN value IS 190 (74.61% from 255) = 37.04%
BLUE value IS 92 (36.33% from 255) = 17.93%
R=45.03%
G=37.04%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311909200.180.600.0942.374.3363.33
HexE7BE5C0123C92a4a3f
Octal34727613402274115211277
Binary1110011110111110101110001001011110010011010101001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BE5C; }

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

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

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

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

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

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

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

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