#ECB950

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

Shades of Ronchi #ECB950

Tints of Ronchi #ECB950

Color information

#ECB950 (or 0xECB950) is unknown color: approx Ronchi. HEX triplet: EC, B9 and 50. RGB value is (236,185,80). Sum of RGB (Red+Green+Blue) = 236+185+80=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 80 (31.64% from 255 or 15.97% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB950 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #ECB950 is #1346AF. Grayscale: #BCBCBC. Windows color (decimal): -1263280 or 5290476. OLE color: 5290476.

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

Color convert

RGB23618580-
CMYK00.220.660.07
HSL40.38º80.41%61.96%-
HSV(B)40.38º66.1%92.55%-
XYZ53.3953.1115.03-
YUV188.2866.9162.04-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.11%
GREEN value IS 185 (72.66% from 255) = 36.93%
BLUE value IS 80 (31.64% from 255) = 15.97%
R=47.11%
G=36.93%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2361858000.220.660.0740.3880.4161.96
HexECB95001642728503e
Octal35427112002610275012076
Binary1110110010111001101000001011010000101111010001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECB950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECB950; }

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

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

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

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

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

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

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

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