#E3B64D

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

Shades of Ronchi #E3B64D

Tints of Ronchi #E3B64D

Color information

#E3B64D (or 0xE3B64D) is unknown color: approx Ronchi. HEX triplet: E3, B6 and 4D. RGB value is (227,182,77). Sum of RGB (Red+Green+Blue) = 227+182+77=486 (64% of max value = 765). Red value is 227 (89.06% from 255 or 46.71% from 486); Green value is 182 (71.48% from 255 or 37.45% from 486); Blue value is 77 (30.47% from 255 or 15.84% from 486); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B64D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E3B64D is #1C49B2. Grayscale: #B7B7B7. Windows color (decimal): -1853875 or 5093091. OLE color: 5093091.

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

Color convert

RGB22718277-
CMYK00.200.660.11
HSL42º72.82%59.61%-
HSV(B)42º66.08%89.02%-
XYZ49.7550.3214.11-
YUV183.4867.91159.04-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 46.71%
GREEN value IS 182 (71.48% from 255) = 37.45%
BLUE value IS 77 (30.47% from 255) = 15.84%
R=46.71%
G=37.45%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.66
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271827700.200.660.114272.8259.61
HexE3B64D01442B2a493c
Octal343266115024102135211174
Binary11100011101101101001101010100100001010111010101001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3B64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3B64D; }

 p { color: rgb(227,182,77); }

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

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

 a { background-color: rgb(227,182,77); }

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

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

 span { border-color: rgb(227,182,77); }

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