#E9B65D

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

Shades of Ronchi #E9B65D

Tints of Ronchi #E9B65D

Color information

#E9B65D (or 0xE9B65D) is unknown color: approx Ronchi. HEX triplet: E9, B6 and 5D. RGB value is (233,182,93). Sum of RGB (Red+Green+Blue) = 233+182+93=508 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.87% from 508); Green value is 182 (71.48% from 255 or 35.83% from 508); Blue value is 93 (36.72% from 255 or 18.31% from 508); Max value from RGB is 233 - color contains mainly: red. Hex color #E9B65D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9B65D is #1649A2. Grayscale: #BBBBBB. Windows color (decimal): -1460643 or 6141673. OLE color: 6141673.

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

Color convert

RGB23318293-
CMYK00.220.600.09
HSL38.14º76.09%63.92%-
HSV(B)38.14º60.09%91.37%-
XYZ52.3151.5717.55-
YUV187.174.9160.74-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.87%
GREEN value IS 182 (71.48% from 255) = 35.83%
BLUE value IS 93 (36.72% from 255) = 18.31%
R=45.87%
G=35.83%
B=18.31%

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
Decimal2331829300.220.600.0938.1476.0963.92
HexE9B65D0163C9264c40
Octal351266135026741146114100
Binary11101001101101101011101010110111100100110011010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9B65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9B65D; }

 p { color: rgb(233,182,93); }

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

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

 a { background-color: rgb(233,182,93); }

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

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

 span { border-color: rgb(233,182,93); }

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