#E8BE5C

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

Shades of Ronchi #E8BE5C

Tints of Ronchi #E8BE5C

Color information

#E8BE5C (or 0xE8BE5C) is unknown color: approx Ronchi. HEX triplet: E8, BE and 5C. RGB value is (232,190,92). Sum of RGB (Red+Green+Blue) = 232+190+92=514 (68% of max value = 765). Red value is 232 (91.02% from 255 or 45.14% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 92 (36.33% from 255 or 17.90% from 514); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BE5C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8BE5C is #1741A3. Grayscale: #BFBFBF. Windows color (decimal): -1524132 or 6078184. OLE color: 6078184.

HSL color Cylindrical-coordinate representation of color #E8BE5C: hue angle of 42º 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 #E8BE5C is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB23219092-
CMYK00.180.600.09
HSL42º75.27%63.53%-
HSV(B)42º60.34%90.98%-
XYZ53.6254.7617.87-
YUV191.3971.91156.97-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 45.14%
GREEN value IS 190 (74.61% from 255) = 36.96%
BLUE value IS 92 (36.33% from 255) = 17.90%
R=45.14%
G=36.96%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2321909200.180.600.094275.2763.53
HexE8BE5C0123C92a4b40
Octal350276134022741152113100
Binary11101000101111101011100010010111100100110101010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BE5C; }

 p { color: rgb(232,190,92); }

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

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

 a { background-color: rgb(232,190,92); }

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

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

 span { border-color: rgb(232,190,92); }

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