#E6BE5D

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

Shades of Ronchi #E6BE5D

Tints of Ronchi #E6BE5D

Color information

#E6BE5D (or 0xE6BE5D) is unknown color: approx Ronchi. HEX triplet: E6, BE and 5D. RGB value is (230,190,93). Sum of RGB (Red+Green+Blue) = 230+190+93=513 (67% of max value = 765). Red value is 230 (90.23% from 255 or 44.83% from 513); Green value is 190 (74.61% from 255 or 37.04% from 513); Blue value is 93 (36.72% from 255 or 18.13% from 513); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BE5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BE5D is #1941A2. Grayscale: #BFBFBF. Windows color (decimal): -1655203 or 6143718. OLE color: 6143718.

HSL color Cylindrical-coordinate representation of color #E6BE5D: hue angle of 42.48º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E6BE5D is Cyan = 0, Magento = 0.17, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB23019093-
CMYK00.170.600.10
HSL42.48º73.26%63.33%-
HSV(B)42.48º59.57%90.2%-
XYZ53.0254.4418.07-
YUV190.972.75155.89-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 44.83%
GREEN value IS 190 (74.61% from 255) = 37.04%
BLUE value IS 93 (36.72% from 255) = 18.13%
R=44.83%
G=37.04%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.60
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301909300.170.600.1042.4873.2663.33
HexE6BE5D0113CA2a493f
Octal34627613502174125211177
Binary1110011010111110101110101000111110010101010101001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BE5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BE5D; }

 p { color: rgb(230,190,93); }

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

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

 a { background-color: rgb(230,190,93); }

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

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

 span { border-color: rgb(230,190,93); }

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