#e5b448

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

Shades of Ronchi #E5B448

Tints of Ronchi #E5B448

Color information

#E5B448 (or 0xE5B448) is unknown color: approx Ronchi. HEX triplet: E5, B4 and 48. RGB value is (229,180,72). Sum of RGB (Red+Green+Blue) = 229+180+72=481 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.61% from 481); Green value is 180 (70.70% from 255 or 37.42% from 481); Blue value is 72 (28.52% from 255 or 14.97% from 481); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5B448 is #1A4BB7. Grayscale: #B6B6B6. Windows color (decimal): -1723320 or 4764901. OLE color: 4764901.

HSL color Cylindrical-coordinate representation of color #E5B448: hue angle of 41.27º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E5B448 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.10.

Color convert

RGB22918072-
CMYK00.210.690.10
HSL41.27º75.12%59.02%-
HSV(B)41.27º68.56%89.8%-
XYZ49.849.7713.11-
YUV182.3465.73161.28-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.61%
GREEN value IS 180 (70.70% from 255) = 37.42%
BLUE value IS 72 (28.52% from 255) = 14.97%
R=47.61%
G=37.42%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.69
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291807200.210.690.1041.2775.1259.02
HexE5B44801545A294b3b
Octal345264110025105125111373
Binary11100101101101001001000010101100010110101010011001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5b448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5b448; }

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

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

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

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

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

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

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

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