#E7BA45

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

Shades of Ronchi #E7BA45

Tints of Ronchi #E7BA45

Color information

#E7BA45 (or 0xE7BA45) is unknown color: approx Ronchi. HEX triplet: E7, BA and 45. RGB value is (231,186,69). Sum of RGB (Red+Green+Blue) = 231+186+69=486 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.53% from 486); Green value is 186 (73.05% from 255 or 38.27% from 486); Blue value is 69 (27.34% from 255 or 14.20% from 486); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BA45 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #E7BA45 is #1845BA. Grayscale: #BABABA. Windows color (decimal): -1590715 or 4569831. OLE color: 4569831.

HSL color Cylindrical-coordinate representation of color #E7BA45: hue angle of 43.33º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E7BA45 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB23118669-
CMYK00.190.700.09
HSL43.33º77.14%58.82%-
HSV(B)43.33º70.13%90.59%-
XYZ51.5952.5413.05-
YUV186.1261.91160.01-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 47.53%
GREEN value IS 186 (73.05% from 255) = 38.27%
BLUE value IS 69 (27.34% from 255) = 14.20%
R=47.53%
G=38.27%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.70
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311866900.190.700.0943.3377.1458.82
HexE7BA450134692b4d3b
Octal347272105023106115311573
Binary11100111101110101000101010011100011010011010111001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BA45; }

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

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

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

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

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

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

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

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