#E5BD5B

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

Shades of Ronchi #E5BD5B

Tints of Ronchi #E5BD5B

Color information

#E5BD5B (or 0xE5BD5B) is unknown color: approx Ronchi. HEX triplet: E5, BD and 5B. RGB value is (229,189,91). Sum of RGB (Red+Green+Blue) = 229+189+91=509 (67% of max value = 765). Red value is 229 (89.84% from 255 or 44.99% from 509); Green value is 189 (74.22% from 255 or 37.13% from 509); Blue value is 91 (35.94% from 255 or 17.88% from 509); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BD5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BD5B is #1A42A4. Grayscale: #BEBEBE. Windows color (decimal): -1720997 or 6012389. OLE color: 6012389.

HSL color Cylindrical-coordinate representation of color #E5BD5B: hue angle of 42.61º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E5BD5B is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB22918991-
CMYK00.170.600.10
HSL42.61º72.63%62.75%-
HSV(B)42.61º60.26%89.8%-
XYZ52.453.8117.52-
YUV189.7972.25155.97-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 44.99%
GREEN value IS 189 (74.22% from 255) = 37.13%
BLUE value IS 91 (35.94% from 255) = 17.88%
R=44.99%
G=37.13%
B=17.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.60
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291899100.170.600.1042.6172.6362.75
HexE5BD5B0113CA2b493f
Octal34527513302174125311177
Binary1110010110111101101101101000111110010101010111001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BD5B; }

 p { color: rgb(229,189,91); }

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

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

 a { background-color: rgb(229,189,91); }

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

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

 span { border-color: rgb(229,189,91); }

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