#E5B948

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

Shades of Ronchi #E5B948

Tints of Ronchi #E5B948

Color information

#E5B948 (or 0xE5B948) is unknown color: approx Ronchi. HEX triplet: E5, B9 and 48. RGB value is (229,185,72). Sum of RGB (Red+Green+Blue) = 229+185+72=486 (64% of max value = 765). Red value is 229 (89.84% from 255 or 47.12% from 486); Green value is 185 (72.66% from 255 or 38.07% from 486); Blue value is 72 (28.52% from 255 or 14.81% from 486); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B948 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E5B948 is #1A46B7. Grayscale: #B9B9B9. Windows color (decimal): -1722040 or 4766181. OLE color: 4766181.

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

Color convert

RGB22918572-
CMYK00.190.690.10
HSL43.18º75.12%59.02%-
HSV(B)43.18º68.56%89.8%-
XYZ50.8351.8213.45-
YUV185.2764.08159.19-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 47.12%
GREEN value IS 185 (72.66% from 255) = 38.07%
BLUE value IS 72 (28.52% from 255) = 14.81%
R=47.12%
G=38.07%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.69
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291857200.190.690.1043.1875.1259.02
HexE5B94801345A2b4b3b
Octal345271110023105125311373
Binary11100101101110011001000010011100010110101010111001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B948; }

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

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

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

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

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

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

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

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