#E8B45D

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

Shades of Ronchi #E8B45D

Tints of Ronchi #E8B45D

Color information

#E8B45D (or 0xE8B45D) is unknown color: approx Ronchi. HEX triplet: E8, B4 and 5D. RGB value is (232,180,93). Sum of RGB (Red+Green+Blue) = 232+180+93=505 (66% of max value = 765). Red value is 232 (91.02% from 255 or 45.94% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 93 (36.72% from 255 or 18.42% from 505); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B45D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8B45D is #174BA2. Grayscale: #BABABA. Windows color (decimal): -1526691 or 6141160. OLE color: 6141160.

HSL color Cylindrical-coordinate representation of color #E8B45D: hue angle of 37.55º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E8B45D is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB23218093-
CMYK00.220.600.09
HSL37.55º75.14%63.73%-
HSV(B)37.55º59.91%90.98%-
XYZ51.5850.5917.4-
YUV185.6375.73161.07-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.94%
GREEN value IS 180 (70.70% from 255) = 35.64%
BLUE value IS 93 (36.72% from 255) = 18.42%
R=45.94%
G=35.64%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321809300.220.600.0937.5575.1463.73
HexE8B45D0163C9264b40
Octal350264135026741146113100
Binary11101000101101001011101010110111100100110011010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B45D; }

 p { color: rgb(232,180,93); }

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

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

 a { background-color: rgb(232,180,93); }

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

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

 span { border-color: rgb(232,180,93); }

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