#e7ba5b

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

Shades of Ronchi #E7BA5B

Tints of Ronchi #E7BA5B

Color information

#E7BA5B (or 0xE7BA5B) is unknown color: approx Ronchi. HEX triplet: E7, BA and 5B. RGB value is (231,186,91). Sum of RGB (Red+Green+Blue) = 231+186+91=508 (67% of max value = 765). Red value is 231 (90.62% from 255 or 45.47% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 91 (35.94% from 255 or 17.91% from 508); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BA5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7BA5B is #1845A4. Grayscale: #BDBDBD. Windows color (decimal): -1590693 or 6011623. OLE color: 6011623.

HSL color Cylindrical-coordinate representation of color #E7BA5B: hue angle of 40.71º degrees, saturation: 0.74, 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 #E7BA5B is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB23118691-
CMYK00.190.610.09
HSL40.71º74.47%63.14%-
HSV(B)40.71º60.61%90.59%-
XYZ52.452.8617.34-
YUV188.6272.91158.22-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.47%
GREEN value IS 186 (73.05% from 255) = 36.61%
BLUE value IS 91 (35.94% from 255) = 17.91%
R=45.47%
G=36.61%
B=17.91%

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
Decimal2311869100.190.610.0940.7174.4763.14
HexE7BA5B0133D9294a3f
Octal34727213302375115111277
Binary1110011110111010101101101001111110110011010011001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e7ba5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e7ba5b; }

 p { color: rgb(231,186,91); }

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

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

 a { background-color: rgb(231,186,91); }

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

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

 span { border-color: rgb(231,186,91); }

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