#ECB54A

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

Shades of Ronchi #ECB54A

Tints of Ronchi #ECB54A

Color information

#ECB54A (or 0xECB54A) is unknown color: approx Ronchi. HEX triplet: EC, B5 and 4A. RGB value is (236,181,74). Sum of RGB (Red+Green+Blue) = 236+181+74=491 (65% of max value = 765). Red value is 236 (92.58% from 255 or 48.07% from 491); Green value is 181 (71.09% from 255 or 36.86% from 491); Blue value is 74 (29.30% from 255 or 15.07% from 491); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB54A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #ECB54A is #134AB5. Grayscale: #B9B9B9. Windows color (decimal): -1264310 or 4896236. OLE color: 4896236.

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

Color convert

RGB23618174-
CMYK00.230.690.07
HSL39.63º81%60.78%-
HSV(B)39.63º68.64%92.55%-
XYZ52.3551.3813.64-
YUV185.2565.22164.2-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 48.07%
GREEN value IS 181 (71.09% from 255) = 36.86%
BLUE value IS 74 (29.30% from 255) = 15.07%
R=48.07%
G=36.86%
B=15.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361817400.230.690.0739.638160.78
HexECB54A01745728513d
Octal35426511202710575012175
Binary1110110010110101100101001011110001011111010001010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB54A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB54A; }

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

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

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

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

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

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

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

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