#E5B45B

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

Shades of Ronchi #E5B45B

Tints of Ronchi #E5B45B

Color information

#E5B45B (or 0xE5B45B) is unknown color: approx Ronchi. HEX triplet: E5, B4 and 5B. RGB value is (229,180,91). Sum of RGB (Red+Green+Blue) = 229+180+91=500 (66% of max value = 765). Red value is 229 (89.84% from 255 or 45.8% from 500); Green value is 180 (70.70% from 255 or 36% from 500); Blue value is 91 (35.94% from 255 or 18.2% from 500); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B45B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5B45B is #1A4BA4. Grayscale: #B8B8B8. Windows color (decimal): -1723301 or 6010085. OLE color: 6010085.

HSL color Cylindrical-coordinate representation of color #E5B45B: hue angle of 38.7º 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 #E5B45B is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB22918091-
CMYK00.210.600.10
HSL38.7º72.63%62.75%-
HSV(B)38.7º60.26%89.8%-
XYZ50.5250.0616.9-
YUV184.575.23159.74-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.8%
GREEN value IS 180 (70.70% from 255) = 36%
BLUE value IS 91 (35.94% from 255) = 18.2%
R=45.8%
G=36%
B=18.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.60
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291809100.210.600.1038.772.6362.75
HexE5B45B0153CA27493f
Octal34526413302574124711177
Binary1110010110110100101101101010111110010101001111001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B45B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B45B; }

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

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

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

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

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

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

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

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