#E7BC54

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

Shades of Ronchi #E7BC54

Tints of Ronchi #E7BC54

Color information

#E7BC54 (or 0xE7BC54) is unknown color: approx Ronchi. HEX triplet: E7, BC and 54. RGB value is (231,188,84). Sum of RGB (Red+Green+Blue) = 231+188+84=503 (66% of max value = 765). Red value is 231 (90.62% from 255 or 45.92% from 503); Green value is 188 (73.83% from 255 or 37.38% from 503); Blue value is 84 (33.20% from 255 or 16.70% from 503); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BC54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7BC54 is #1843AB. Grayscale: #BDBDBD. Windows color (decimal): -1590188 or 5553383. OLE color: 5553383.

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

Color convert

RGB23118884-
CMYK00.190.640.09
HSL42.45º75.38%61.76%-
HSV(B)42.45º63.64%90.59%-
XYZ52.5453.615.96-
YUV18968.75157.96-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 45.92%
GREEN value IS 188 (73.83% from 255) = 37.38%
BLUE value IS 84 (33.20% from 255) = 16.70%
R=45.92%
G=37.38%
B=16.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.64
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311888400.190.640.0942.4575.3861.76
HexE7BC540134092a4b3e
Octal347274124023100115211376
Binary11100111101111001010100010011100000010011010101001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BC54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BC54; }

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

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

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

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

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

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

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

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