#E9BC5C

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

Shades of Ronchi #E9BC5C

Tints of Ronchi #E9BC5C

Color information

#E9BC5C (or 0xE9BC5C) is unknown color: approx Ronchi. HEX triplet: E9, BC and 5C. RGB value is (233,188,92). Sum of RGB (Red+Green+Blue) = 233+188+92=513 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.42% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 92 (36.33% from 255 or 17.93% from 513); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BC5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9BC5C is #1643A3. Grayscale: #BEBEBE. Windows color (decimal): -1459108 or 6077673. OLE color: 6077673.

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

Color convert

RGB23318892-
CMYK00.190.610.09
HSL40.85º76.22%63.73%-
HSV(B)40.85º60.52%91.37%-
XYZ53.5254.0617.74-
YUV190.5172.41158.31-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.42%
GREEN value IS 188 (73.83% from 255) = 36.65%
BLUE value IS 92 (36.33% from 255) = 17.93%
R=45.42%
G=36.65%
B=17.93%

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
Decimal2331889200.190.610.0940.8576.2263.73
HexE9BC5C0133D9294c40
Octal351274134023751151114100
Binary11101001101111001011100010011111101100110100110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BC5C; }

 p { color: rgb(233,188,92); }

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

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

 a { background-color: rgb(233,188,92); }

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

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

 span { border-color: rgb(233,188,92); }

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