#ecb95c

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

Shades of Ronchi #ECB95C

Tints of Ronchi #ECB95C

Color information

#ECB95C (or 0xECB95C) is unknown color: approx Ronchi. HEX triplet: EC, B9 and 5C. RGB value is (236,185,92). Sum of RGB (Red+Green+Blue) = 236+185+92=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 185 (72.66% from 255 or 36.06% from 513); Blue value is 92 (36.33% from 255 or 17.93% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB95C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB95C is #1346A3. Grayscale: #BEBEBE. Windows color (decimal): -1263268 or 6076908. OLE color: 6076908.

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

Color convert

RGB23618592-
CMYK00.220.610.07
HSL38.75º79.12%64.31%-
HSV(B)38.75º61.02%92.55%-
XYZ53.8753.317.57-
YUV189.6572.9161.06-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.00%
GREEN value IS 185 (72.66% from 255) = 36.06%
BLUE value IS 92 (36.33% from 255) = 17.93%
R=46.00%
G=36.06%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.61
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361859200.220.610.0738.7579.1264.31
HexECB95C0163D7274f40
Octal35427113402675747117100
Binary1110110010111001101110001011011110111110011110011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ecb95c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ecb95c; }

 p { color: rgb(236,185,92); }

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

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

 a { background-color: rgb(236,185,92); }

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

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

 span { border-color: rgb(236,185,92); }

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