#E7BC5A

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

Shades of Ronchi #E7BC5A

Tints of Ronchi #E7BC5A

Color information

#E7BC5A (or 0xE7BC5A) is unknown color: approx Ronchi. HEX triplet: E7, BC and 5A. RGB value is (231,188,90). Sum of RGB (Red+Green+Blue) = 231+188+90=509 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.38% from 509); Green value is 188 (73.83% from 255 or 36.94% from 509); Blue value is 90 (35.55% from 255 or 17.68% from 509); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BC5A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7BC5A is #1843A5. Grayscale: #BEBEBE. Windows color (decimal): -1590182 or 5946599. OLE color: 5946599.

HSL color Cylindrical-coordinate representation of color #E7BC5A: hue angle of 41.7º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E7BC5A is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB23118890-
CMYK00.190.610.09
HSL41.7º74.6%62.94%-
HSV(B)41.7º61.04%90.59%-
XYZ52.7853.6917.25-
YUV189.6871.75157.47-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.38%
GREEN value IS 188 (73.83% from 255) = 36.94%
BLUE value IS 90 (35.55% from 255) = 17.68%
R=45.38%
G=36.94%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311889000.190.610.0941.774.662.94
HexE7BC5A0133D92a4b3f
Octal34727413202375115211377
Binary1110011110111100101101001001111110110011010101001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BC5A; }

 p { color: rgb(231,188,90); }

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

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

 a { background-color: rgb(231,188,90); }

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

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

 span { border-color: rgb(231,188,90); }

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