#E2B855

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

Shades of Ronchi #E2B855

Tints of Ronchi #E2B855

Color information

#E2B855 (or 0xE2B855) is unknown color: approx Ronchi. HEX triplet: E2, B8 and 55. RGB value is (226,184,85). Sum of RGB (Red+Green+Blue) = 226+184+85=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 184 (72.27% from 255 or 37.17% from 495); Blue value is 85 (33.59% from 255 or 17.17% from 495); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B855 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E2B855 is #1D47AA. Grayscale: #B9B9B9. Windows color (decimal): -1918891 or 5617890. OLE color: 5617890.

HSL color Cylindrical-coordinate representation of color #E2B855: hue angle of 42.13º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #E2B855 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.11.

Color convert

RGB22618485-
CMYK00.190.620.11
HSL42.13º70.85%60.98%-
HSV(B)42.13º62.39%88.63%-
XYZ50.1451.1115.82-
YUV185.2771.41157.05-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 45.66%
GREEN value IS 184 (72.27% from 255) = 37.17%
BLUE value IS 85 (33.59% from 255) = 17.17%
R=45.66%
G=37.17%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.62
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261848500.190.620.1142.1370.8560.98
HexE2B8550133EB2a473d
Octal34227012502376135210775
Binary1110001010111000101010101001111111010111010101000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B855; }

 p { color: rgb(226,184,85); }

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

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

 a { background-color: rgb(226,184,85); }

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

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

 span { border-color: rgb(226,184,85); }

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