#E8BC5D

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

Shades of Ronchi #E8BC5D

Tints of Ronchi #E8BC5D

Color information

#E8BC5D (or 0xE8BC5D) is unknown color: approx Ronchi. HEX triplet: E8, BC and 5D. RGB value is (232,188,93). Sum of RGB (Red+Green+Blue) = 232+188+93=513 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.22% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 93 (36.72% from 255 or 18.13% from 513); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BC5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8BC5D is #1743A2. Grayscale: #BEBEBE. Windows color (decimal): -1524643 or 6143208. OLE color: 6143208.

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

Color convert

RGB23218893-
CMYK00.190.600.09
HSL41.01º75.14%63.73%-
HSV(B)41.01º59.91%90.98%-
XYZ53.2453.9117.96-
YUV190.3373.08157.72-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.22%
GREEN value IS 188 (73.83% from 255) = 36.65%
BLUE value IS 93 (36.72% from 255) = 18.13%
R=45.22%
G=36.65%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321889300.190.600.0941.0175.1463.73
HexE8BC5D0133C9294b40
Octal350274135023741151113100
Binary11101000101111001011101010011111100100110100110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BC5D; }

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

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

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

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

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

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

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

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