#E5BB5C

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

Shades of Ronchi #E5BB5C

Tints of Ronchi #E5BB5C

Color information

#E5BB5C (or 0xE5BB5C) is unknown color: approx Ronchi. HEX triplet: E5, BB and 5C. RGB value is (229,187,92). Sum of RGB (Red+Green+Blue) = 229+187+92=508 (67% of max value = 765). Red value is 229 (89.84% from 255 or 45.08% from 508); Green value is 187 (73.44% from 255 or 36.81% from 508); Blue value is 92 (36.33% from 255 or 18.11% from 508); Max value from RGB is 229 - color contains mainly: red. Hex color #E5BB5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #E5BB5C is #1A44A3. Grayscale: #BDBDBD. Windows color (decimal): -1721508 or 6077413. OLE color: 6077413.

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

Color convert

RGB22918792-
CMYK00.180.600.10
HSL41.61º72.49%62.94%-
HSV(B)41.61º59.83%89.8%-
XYZ52.0252.9717.61-
YUV188.7373.41156.72-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 45.08%
GREEN value IS 187 (73.44% from 255) = 36.81%
BLUE value IS 92 (36.33% from 255) = 18.11%
R=45.08%
G=36.81%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.60
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291879200.180.600.1041.6172.4962.94
HexE5BB5C0123CA2a483f
Octal34527313402274125211077
Binary1110010110111011101110001001011110010101010101001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5BB5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5BB5C; }

 p { color: rgb(229,187,92); }

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

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

 a { background-color: rgb(229,187,92); }

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

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

 span { border-color: rgb(229,187,92); }

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