#E8BC5F

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

Shades of Ronchi #E8BC5F

Tints of Ronchi #E8BC5F

Color information

#E8BC5F (or 0xE8BC5F) is unknown color: approx Ronchi. HEX triplet: E8, BC and 5F. RGB value is (232,188,95). Sum of RGB (Red+Green+Blue) = 232+188+95=515 (68% of max value = 765). Red value is 232 (91.02% from 255 or 45.05% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 95 (37.5% from 255 or 18.45% from 515); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BC5F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8BC5F is #1743A0. Grayscale: #BEBEBE. Windows color (decimal): -1524641 or 6274280. OLE color: 6274280.

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

Color convert

RGB23218895-
CMYK00.190.590.09
HSL40.73º74.86%64.12%-
HSV(B)40.73º59.05%90.98%-
XYZ53.3353.9518.43-
YUV190.5574.08157.56-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.05%
GREEN value IS 188 (73.83% from 255) = 36.50%
BLUE value IS 95 (37.5% from 255) = 18.45%
R=45.05%
G=36.50%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321889500.190.590.0940.7374.8664.12
HexE8BC5F0133B9294b40
Octal350274137023731151113100
Binary11101000101111001011111010011111011100110100110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BC5F; }

 p { color: rgb(232,188,95); }

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

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

 a { background-color: rgb(232,188,95); }

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

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

 span { border-color: rgb(232,188,95); }

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