#EBB949

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

Shades of Ronchi #EBB949

Tints of Ronchi #EBB949

Color information

#EBB949 (or 0xEBB949) is unknown color: approx Ronchi. HEX triplet: EB, B9 and 49. RGB value is (235,185,73). Sum of RGB (Red+Green+Blue) = 235+185+73=493 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.67% from 493); Green value is 185 (72.66% from 255 or 37.53% from 493); Blue value is 73 (28.91% from 255 or 14.81% from 493); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB949 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #EBB949 is #1446B6. Grayscale: #BBBBBB. Windows color (decimal): -1328823 or 4831723. OLE color: 4831723.

HSL color Cylindrical-coordinate representation of color #EBB949: hue angle of 41.48º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EBB949 is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.08.

Color convert

RGB23518573-
CMYK00.210.690.08
HSL41.48º80.2%60.39%-
HSV(B)41.48º68.94%92.16%-
XYZ52.8152.8413.72-
YUV187.1863.56162.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 47.67%
GREEN value IS 185 (72.66% from 255) = 37.53%
BLUE value IS 73 (28.91% from 255) = 14.81%
R=47.67%
G=37.53%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.69
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2351857300.210.690.0841.4880.260.39
HexEBB94901545829503c
Octal353271111025105105112074
Binary11101011101110011001001010101100010110001010011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB949; }

 p { color: rgb(235,185,73); }

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

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

 a { background-color: rgb(235,185,73); }

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

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

 span { border-color: rgb(235,185,73); }

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