#EBB555

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

Shades of Ronchi #EBB555

Tints of Ronchi #EBB555

Color information

#EBB555 (or 0xEBB555) is unknown color: approx Ronchi. HEX triplet: EB, B5 and 55. RGB value is (235,181,85). Sum of RGB (Red+Green+Blue) = 235+181+85=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 181 (71.09% from 255 or 36.13% from 501); Blue value is 85 (33.59% from 255 or 16.97% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB555 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBB555 is #144AAA. Grayscale: #BABABA. Windows color (decimal): -1329835 or 5617131. OLE color: 5617131.

HSL color Cylindrical-coordinate representation of color #EBB555: hue angle of 38.4º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #EBB555 is Cyan = 0, Magento = 0.23, Yellow = 0.64 and Black (K on CMYK) = 0.08.

Color convert

RGB23518185-
CMYK00.230.640.08
HSL38.4º78.95%62.75%-
HSV(B)38.4º63.83%92.16%-
XYZ52.4251.3715.75-
YUV186.270.89162.81-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 46.91%
GREEN value IS 181 (71.09% from 255) = 36.13%
BLUE value IS 85 (33.59% from 255) = 16.97%
R=46.91%
G=36.13%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.64
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351818500.230.640.0838.478.9562.75
HexEBB555017408264f3f
Octal353265125027100104611777
Binary11101011101101011010101010111100000010001001101001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB555; }

 p { color: rgb(235,181,85); }

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

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

 a { background-color: rgb(235,181,85); }

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

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

 span { border-color: rgb(235,181,85); }

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