#ECB54B

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

Shades of Ronchi #ECB54B

Tints of Ronchi #ECB54B

Color information

#ECB54B (or 0xECB54B) is unknown color: approx Ronchi. HEX triplet: EC, B5 and 4B. RGB value is (236,181,75). Sum of RGB (Red+Green+Blue) = 236+181+75=492 (65% of max value = 765). Red value is 236 (92.58% from 255 or 47.97% from 492); Green value is 181 (71.09% from 255 or 36.79% from 492); Blue value is 75 (29.69% from 255 or 15.24% from 492); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB54B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB54B is #134AB4. Grayscale: #B9B9B9. Windows color (decimal): -1264309 or 4961772. OLE color: 4961772.

HSL color Cylindrical-coordinate representation of color #ECB54B: hue angle of 39.5º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #ECB54B is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB23618175-
CMYK00.230.680.07
HSL39.5º80.9%60.98%-
HSV(B)39.5º68.22%92.55%-
XYZ52.3951.3913.81-
YUV185.3665.72164.12-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.97%
GREEN value IS 181 (71.09% from 255) = 36.79%
BLUE value IS 75 (29.69% from 255) = 15.24%
R=47.97%
G=36.79%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361817500.230.680.0739.580.960.98
HexECB54B01744728513d
Octal35426511302710475012175
Binary1110110010110101100101101011110001001111010001010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB54B; }

 p { color: rgb(236,181,75); }

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

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

 a { background-color: rgb(236,181,75); }

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

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

 span { border-color: rgb(236,181,75); }

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