#E7BF5C

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

Shades of Ronchi #E7BF5C

Tints of Ronchi #E7BF5C

Color information

#E7BF5C (or 0xE7BF5C) is unknown color: approx Ronchi. HEX triplet: E7, BF and 5C. RGB value is (231,191,92). Sum of RGB (Red+Green+Blue) = 231+191+92=514 (68% of max value = 765). Red value is 231 (90.62% from 255 or 44.94% from 514); Green value is 191 (75% from 255 or 37.16% from 514); Blue value is 92 (36.33% from 255 or 17.90% from 514); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BF5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7BF5C is #1840A3. Grayscale: #C0C0C0. Windows color (decimal): -1589412 or 6078439. OLE color: 6078439.

HSL color Cylindrical-coordinate representation of color #E7BF5C: hue angle of 42.73º 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 #E7BF5C is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB23119192-
CMYK00.170.600.09
HSL42.73º74.33%63.33%-
HSV(B)42.73º60.17%90.59%-
XYZ53.5255.0217.93-
YUV191.6771.75156.05-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 44.94%
GREEN value IS 191 (75% from 255) = 37.16%
BLUE value IS 92 (36.33% from 255) = 17.90%
R=44.94%
G=37.16%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311919200.170.600.0942.7374.3363.33
HexE7BF5C0113C92b4a3f
Octal34727713402174115311277
Binary1110011110111111101110001000111110010011010111001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BF5C; }

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

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

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

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

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

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

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

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