#E9BD5B

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

Shades of Ronchi #E9BD5B

Tints of Ronchi #E9BD5B

Color information

#E9BD5B (or 0xE9BD5B) is unknown color: approx Ronchi. HEX triplet: E9, BD and 5B. RGB value is (233,189,91). Sum of RGB (Red+Green+Blue) = 233+189+91=513 (67% of max value = 765). Red value is 233 (91.41% from 255 or 45.42% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 91 (35.94% from 255 or 17.74% from 513); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BD5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E9BD5B is #1642A4. Grayscale: #BFBFBF. Windows color (decimal): -1458853 or 6012393. OLE color: 6012393.

HSL color Cylindrical-coordinate representation of color #E9BD5B: hue angle of 41.41º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #E9BD5B is Cyan = 0, Magento = 0.19, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB23318991-
CMYK00.190.610.09
HSL41.41º76.34%63.53%-
HSV(B)41.41º60.94%91.37%-
XYZ53.6954.4717.58-
YUV190.9871.58157.97-

RGB Variations

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

RGB

RED value IS 233 (91.41% from 255) = 45.42%
GREEN value IS 189 (74.22% from 255) = 36.84%
BLUE value IS 91 (35.94% from 255) = 17.74%
R=45.42%
G=36.84%
B=17.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2331899100.190.610.0941.4176.3463.53
HexE9BD5B0133D9294c40
Octal351275133023751151114100
Binary11101001101111011011011010011111101100110100110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E9BD5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E9BD5B; }

 p { color: rgb(233,189,91); }

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

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

 a { background-color: rgb(233,189,91); }

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

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

 span { border-color: rgb(233,189,91); }

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