#E4BD50

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

Shades of Ronchi #E4BD50

Tints of Ronchi #E4BD50

Color information

#E4BD50 (or 0xE4BD50) is unknown color: approx Ronchi. HEX triplet: E4, BD and 50. RGB value is (228,189,80). Sum of RGB (Red+Green+Blue) = 228+189+80=497 (65% of max value = 765). Red value is 228 (89.45% from 255 or 45.88% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 80 (31.64% from 255 or 16.10% from 497); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E4BD50 is #1B42AF. Grayscale: #BCBCBC. Windows color (decimal): -1786544 or 5291492. OLE color: 5291492.

HSL color Cylindrical-coordinate representation of color #E4BD50: hue angle of 44.19º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E4BD50 is Cyan = 0, Magento = 0.17, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB22818980-
CMYK00.170.650.11
HSL44.19º73.27%60.39%-
HSV(B)44.19º64.91%89.41%-
XYZ51.6453.4715.19-
YUV188.2466.92156.36-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 45.88%
GREEN value IS 189 (74.22% from 255) = 38.03%
BLUE value IS 80 (31.64% from 255) = 16.10%
R=45.88%
G=38.03%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.65
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2281898000.170.650.1144.1973.2760.39
HexE4BD5001141B2c493c
Octal344275120021101135411174
Binary11100100101111011010000010001100000110111011001001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BD50; }

 p { color: rgb(228,189,80); }

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

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

 a { background-color: rgb(228,189,80); }

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

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

 span { border-color: rgb(228,189,80); }

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